| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
* | fix(log): Log exception class when message is empty | Joas Schilling | 2023-11-13 | 1 | -1/+1 |
* | Add optional to add backtrace to log items | Robin Appelman | 2023-07-10 | 1 | -0/+6 |
* | Fix user log.condition feature | Côme Chilliet | 2023-06-26 | 1 | -8/+12 |
* | emit an event when a message is logged | Robin Appelman | 2023-06-13 | 1 | -1/+22 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -3/+3 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -3/+3 |
* | | Log to error_log in fatal case | Robin Windey | 2023-05-23 | 1 | -0/+1 |
|/ |
|
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | chore: Add typings to Log properties | Julius Härtl | 2023-01-16 | 1 | -16/+6 |
* | perf(logging): Return early when log level does not match before serializing ... | Julius Härtl | 2023-01-16 | 1 | -1/+5 |
* | allow apps to specify methods carrying sensitive parameters | Arthur Schiwon | 2022-07-28 | 1 | -7/+32 |
* | Fix logging data context to file | Thomas Citharel | 2022-05-02 | 1 | -13/+21 |
* | don't error if we can't load the ExceptionSerializer for early exceptions | Robin Appelman | 2022-03-14 | 1 | -1/+7 |
* | Diagnostics event logging to Nextcloud log | Julius Härtl | 2022-02-28 | 1 | -1/+1 |
* | Interpolate the log message also for logged exceptions | Christoph Wurst | 2021-11-29 | 1 | -8/+19 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Avoid huge exception argument logging | Roeland Jago Douma | 2020-12-29 | 1 | -1/+1 |
* | Replace abandoned log normalizer with our fork | Christoph Wurst | 2020-12-03 | 1 | -2/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 1 | -1/+2 |
* | log Flow activity | Arthur Schiwon | 2020-01-28 | 1 | -1/+24 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -5/+6 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Do not escape slashes for logged exceptions | Julius Härtl | 2019-10-15 | 1 | -1/+1 |
* | catch exceptions that occur during logging | Robin Appelman | 2019-09-19 | 1 | -24/+31 |
* | Allow crash reporters to catpture any message | Christoph Wurst | 2019-05-09 | 1 | -4/+15 |
* | Add breadcrumb support to crash reporters | Christoph Wurst | 2018-09-05 | 1 | -0/+4 |
* | Fetch logcondition earlier | Roeland Jago Douma | 2018-07-30 | 1 | -1/+2 |
* | Make sure the log doesn't try to read from PUT if it can't | Roeland Jago Douma | 2018-05-30 | 1 | -1/+9 |
* | revert Log's dependency to SystemConfig to work during Installation | Arthur Schiwon | 2018-04-26 | 1 | -7/+6 |
* | move IFileBased to public namespace, logreader needs it | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -9/+10 |
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -34/+12 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -12/+12 |
* | Log classnames of arguments in exception trace | Robin Appelman | 2018-04-17 | 1 | -95/+3 |
* | log previous exception | Robin Appelman | 2018-04-11 | 1 | -12/+23 |
* | adjust tests to new exception log format | Robin Appelman | 2018-04-11 | 1 | -6/+13 |
* | Log exceptions as nested array instead of encoded json | Robin Appelman | 2018-04-10 | 1 | -44/+83 |
* | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -2/+2 |
* | Typehint Throwable | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
* | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -16/+17 |
* | Pass log level to log reporters | Morris Jobke | 2017-11-27 | 1 | -0/+1 |
* | Pass the exception context to the crash reporter | Christoph Wurst | 2017-11-14 | 1 | -1/+1 |
* | Add a mechanism to register crach reporters | Christoph Wurst | 2017-11-14 | 1 | -4/+12 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+4 |
* | Added additional methods for removal of sensitive info | Johannes Schlichenmaier | 2017-10-27 | 1 | -0/+6 |
* | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -0/+3 |
* | Don't log LDAP password when server is not available | Joas Schilling | 2017-09-06 | 1 | -3/+9 |
* | Don't log passwords on dav exceptions | Joas Schilling | 2017-06-29 | 1 | -5/+10 |