summaryrefslogtreecommitdiffstats
path: root/lib/private/log.php
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* Merge pull request #19346 from owncloud/drop-passwords-from-exception-logThomas Müller2015-09-251-0/+21
|\ | | | | Remove passwords from logged exception stack traces
| * Remove passwords from logged exception stack tracesMorris Jobke2015-09-241-0/+21
| | | | | | | | | | | | * fixed #16318 * create logException in ILogger * add unit tests
* | Use a 3rd party normalizer for the loggerOlivier Paroz2015-09-241-1/+14
|/
* Remove OC_LogThomas Müller2015-07-031-11/+11
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Conditional loggingMorris Jobke2015-05-081-4/+65
| | | | | | | | | | | | | | | * Log condition for log level increase based on conditions. Once one of these conditions is met, the required log level is set to debug. This allows to debug specific requests, users or apps * Supported conditions (setting `log_condition` in `config.php`): - `shared_secret`: if a request parameter with the name `log_secret` is set to this value the condition is met - `users`: if the current request is done by one of the specified users, this condition is met - `apps`: if the log message is invoked by one of the specified apps, this condition is met * fix unit test and add app log condition test
* Move log level check to logger parent classMorris Jobke2015-05-081-2/+8
| | | | * remove duplicate code from child classes
* Update license headersJenkins for ownCloud2015-03-261-4/+23
|
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+23
|
* Remove changes which were inadvertently pushed to masterOlivier Paroz2014-12-081-78/+0
|
* Dump Arrays, Objects and Exceptions to the logOlivier Paroz2014-12-081-0/+78
| | | | | | | This is a first draft. It has only been tested with the ownlcloud logger. Some internal fields are JSON encoded several times which makes it harder to read. Most of the normalizer is borrowed from Monolog https://github.com/Seldaek/monolog/blob/master/src/Monolog/Formatter/NormalizerFormatter.php
* fix logger implementation and testJörn Friedrich Dreyer2014-07-151-1/+1
|
* fix missing spacesMorris Jobke2014-05-121-2/+2
|
* adding interpolation as requested by PSR-3Thomas Müller2014-05-121-0/+9
|
* - make logger available in the containerBernhard Posselt2014-05-091-8/+22
| | | | | - inject logger class into log - adding PHPDoc comments and fixing typos
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+136
Conflicts: lib/private/vcategories.php