summaryrefslogtreecommitdiffstats
path: root/tests/lib/logger.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove passwords from logged exception stack tracesMorris Jobke2015-09-241-0/+44
| | | | | | * fixed #16318 * create logException in ILogger * add unit tests
* Remove OC_LogThomas Müller2015-07-031-1/+1
|
* Conditional loggingMorris Jobke2015-05-081-3/+27
| | | | | | | | | | | | | | | * 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
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-2/+4
|
* fix logger implementation and testJörn Friedrich Dreyer2014-07-151-1/+1
|
* adding unit test for message interpolationThomas Müller2014-05-121-0/+40