Commit Graph

84 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Joas Schilling 2ec7fa88cc
fix(log): Fix call to normalize function 2 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Joas Schilling 0ba2913a95
fix(log): Fix log level handling 11 months ago
Joas Schilling 63f3309993
fix(logger): Prevent infinite recursion with log.condition => matches 12 months ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Ferdinand Thiessen 2ec68b1eb9
refactor(Log): Use new in initializer instead of constructor body 1 year ago
Joas Schilling 710a69b4b5
feat(log): Allow to combine log.conditions to only log (app&user) 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Ferdinand Thiessen e838aa9514
fix(Logger): Warn on invalid `loglevel` configuration option 2 years ago
skjnldsv a47a70790c fix: getLogLevel return type 2 years ago
Maxence Lange 618aaddff2 fix(core): remove deprecated code 2 years ago
Maxence Lange 13412333e6 fix(core): minor syntax update 2 years ago
Maxence Lange 2232753b99 add hasListeners() 2 years ago
Maxence Lange 9a299ed60b exit log() early if no crashreporter registered 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Joas Schilling a5684ea3d2
fix(log): Log exception class when message is empty 2 years ago
Robin Appelman 61167e3149
Add optional to add backtrace to log items 3 years ago
Côme Chilliet 8ed6086a82
Fix user log.condition feature 3 years ago
Robin Appelman d9fa7b1e28
emit an event when a message is logged 3 years ago
Robin Windey 1dcc8559cf
Log to error_log in fatal case 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Julius Härtl cf1bd0eb70
chore: Add typings to Log properties 3 years ago
Julius Härtl 00b7575c89
perf(logging): Return early when log level does not match before serializing an exception 3 years ago
Arthur Schiwon 2a6f46e689
allow apps to specify methods carrying sensitive parameters 3 years ago
Thomas Citharel 1e7d924c61
Fix logging data context to file 4 years ago
Robin Appelman 74f64fa3eb
don't error if we can't load the ExceptionSerializer for early exceptions 4 years ago
Julius Härtl 0f33453610
Diagnostics event logging to Nextcloud log 4 years ago
Christoph Wurst 311b3ffa2e
Interpolate the log message also for logged exceptions 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Roeland Jago Douma 179de95f81
Avoid huge exception argument logging 5 years ago
Christoph Wurst 244c53dea1
Replace abandoned log normalizer with our fork 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Arthur Schiwon e008444887
always require a message paramter for data logging 6 years ago
Arthur Schiwon 46aaeb4561
log Flow activity 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Julius Härtl 0a4dd3605b
Do not escape slashes for logged exceptions 6 years ago
Robin Appelman 2943c18548
catch exceptions that occur during logging 6 years ago
Christoph Wurst d3a244f9d9
Allow crash reporters to catpture any message 7 years ago
Christoph Wurst ff58732c0d
Add breadcrumb support to crash reporters 7 years ago
Roeland Jago Douma 8cdd134e7e
Fetch logcondition earlier 8 years ago
Roeland Jago Douma a52d206684
Make sure the log doesn't try to read from PUT if it can't 8 years ago
Arthur Schiwon 0e6a317516
revert Log's dependency to SystemConfig to work during Installation 8 years ago
Arthur Schiwon 69592408c4
move IFileBased to public namespace, logreader needs it 8 years ago
Arthur Schiwon cfc3ab0119
offer API to create own File log. admin_audit makes use of it 8 years ago
Arthur Schiwon 5fbf184134
destaticfy Log classes 8 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Robin Appelman f399e1591f
Log classnames of arguments in exception trace 8 years ago