aboutsummaryrefslogtreecommitdiffstats
path: root/lib/log/owncloud.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-112/+0
| | | | | Conflicts: lib/private/vcategories.php
* fixing PHPDocThomas Müller2013-08-041-3/+3
|
* make log date configurable, default to iso 8601Bernhard Posselt2013-08-021-1/+3
|
* fix admin log display and use a more readable formatBernhard Posselt2013-04-171-1/+1
|
* use date and time instead of timestampBernhard Posselt2013-04-171-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 ↵Michael Gapczynski2012-12-161-5/+10
| | | | writing errors, fixes issue #826
* 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 ↵Michael Gapczynski2012-07-111-4/+6
| | | | or above the log level
* 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