summaryrefslogtreecommitdiffstats
path: root/lib/log/owncloud.php
Commit message (Expand)AuthorAgeFilesLines
* Try to create custom log file before falling back to default.Andreas Fischer2013-10-221-1/+11
* let admin specify timezone for log file entriesBjoern Schiessle2013-10-111-2/+10
* fixing PHPDocThomas Müller2013-08-051-3/+3
* make log date configurable, default to iso 8601Bernhard Posselt2013-08-051-1/+3
* fix admin log display and use a more readable formatBernhard Posselt2013-08-011-1/+1
* use date and time instead of timestampBernhard Posselt2013-08-011-1/+2
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* Fall back to default log file if logfile config file not found, suppress writ...Michael Gapczynski2012-12-161-5/+10
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* adding space between) and {Thomas Mueller2012-09-071-2/+2
* Move line counter so we only count lines towards the offset that are equal or...Michael Gapczynski2012-07-111-4/+6
* Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski2012-07-111-14/+27
* Supress any warnings if log file does not existMichael Gapczynski2012-06-051-1/+1
* Improve efficiency of retrieving log file entriesMichael Gapczynski2012-06-011-16/+19
* Fix log viewing bugMichael Gapczynski2012-05-021-1/+1
* merge log into adminRobin Appelman2012-04-161-3/+9
* Fix owncloud logTom Needham2012-03-311-1/+1
* Move logfile determination to init functionBart Visscher2012-03-301-6/+7
* Add support for logging to syslogBart Visscher2012-03-301-0/+78