summaryrefslogtreecommitdiffstats
path: root/lib/private/Log
Commit message (Expand)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+2
* Do not escape slashes in log jsonJulius Härtl2019-10-071-2/+2
* Make sure SystemConfig class can be injected and syslog_tag is fetched properlyJulius Härtl2019-08-131-1/+1
* Move log detail aggregation to separate class and reuse it in syslog/systemd ...Julius Härtl2019-07-174-66/+115
* fix class might be undefinedJoas Schilling2019-05-081-2/+2
* remove args from logging of common-spelled methods dependent on classArthur Schiwon2019-05-071-10/+24
* remove setup args from loggingArthur Schiwon2019-05-061-0/+8
* Remove sensitive SMB arguments from exception logMorris Jobke2019-03-121-0/+6
* Don't log parameters on user creation in case of error/exceptionJoas Schilling2019-01-101-0/+3
* Make logfile's mode configurable.Roland Tapken2018-10-021-2/+5
* Make sure error_log() always receives a stringJoas Schilling2018-07-231-0/+3
* make exception serializer a bit more robustRobin Appelman2018-07-181-3/+7
* Sanitize parameters in createSessionToken() while loggingMorris Jobke2018-07-111-0/+1
* Revert "Fix undeclared method warning in phan"Morris Jobke2018-07-031-1/+0
* Fix undeclared method warning in phanMorris Jobke2018-07-021-0/+1
* Added Systemd.log documentation to config.sample.phpJohannes Ernst2018-06-292-4/+14
* Added a logger for systemd/journaldJohannes Ernst2018-06-292-0/+71
* use SystemConfig, less dependencies, and not publicly neededArthur Schiwon2018-04-262-24/+17
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-261-16/+10
* add missing php doc and type hintsArthur Schiwon2018-04-261-2/+2
* improve Syslog a littleArthur Schiwon2018-04-261-3/+6
* revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-261-1/+8
* move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-262-30/+1
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-265-48/+37
* destaticfy Log classesArthur Schiwon2018-04-266-49/+155
* move log constants to ILoggerArthur Schiwon2018-04-263-7/+12
* Log classnames of arguments in exception traceRobin Appelman2018-04-171-0/+140
* Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2Morris Jobke2018-04-111-1/+1
|\
| * Log exceptions as nested array instead of encoded jsonRobin Appelman2018-04-101-1/+1
* | Set the default log rotate size to 100 MBMorris Jobke2018-04-111-1/+1
|/
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-1/+4
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-062-1/+5
* Ensure log message is UTF-8 encodedLukas Reschke2017-08-171-1/+12
* Use constantsJoas Schilling2017-04-131-1/+1
* Reorder the entries of the log for easier readingJuan Pablo Villafáñez2017-04-121-5/+5
* Merge pull request #3310 from duritong/patch-1Morris Jobke2017-04-041-1/+3
|\
| * only chmod logfile if necessaryduritong2017-01-291-1/+3
* | author updateRoger Szabo2017-03-101-0/+1
* | improvement of userAgent variable assigmentRoger Szabo2017-03-101-1/+1
* | log user agent globally insteadRoger Szabo2017-03-101-0/+2
* | Revert unintentional log timestamp format changeJoas Schilling2017-01-301-1/+1
|/
* fix default value for logdateformat - fixes #3107Morris Jobke2017-01-191-2/+2
* Get the logfile location while running the logrotate cron job instead of when...Robin Appelman2017-01-061-1/+3
* log version number in each log lineMorris Jobke2016-10-061-2/+4
* Reverted the default syslog tag to avoid breaking existing systems.Thomas Pulzer2016-07-221-1/+1
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-222-2/+2
* Update with robinJoas Schilling2016-07-211-1/+1