Commit Graph

49 Commits (458ec33aa2d329f804a460433294594fa0743f97)

Author SHA1 Message Date
Arthur Schiwon e008444887
always require a message paramter for data logging 5 years ago
Arthur Schiwon 46aaeb4561
log Flow activity 5 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 5 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 5 years ago
Julius Härtl 0a4dd3605b
Do not escape slashes for logged exceptions 5 years ago
Robin Appelman 2943c18548
catch exceptions that occur during logging 5 years ago
Christoph Wurst d3a244f9d9
Allow crash reporters to catpture any message 6 years ago
Christoph Wurst ff58732c0d
Add breadcrumb support to crash reporters 6 years ago
Roeland Jago Douma 8cdd134e7e
Fetch logcondition earlier 6 years ago
Roeland Jago Douma a52d206684
Make sure the log doesn't try to read from PUT if it can't 7 years ago
Arthur Schiwon 0e6a317516
revert Log's dependency to SystemConfig to work during Installation 7 years ago
Arthur Schiwon 69592408c4
move IFileBased to public namespace, logreader needs it 7 years ago
Arthur Schiwon cfc3ab0119
offer API to create own File log. admin_audit makes use of it 7 years ago
Arthur Schiwon 5fbf184134
destaticfy Log classes 7 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 7 years ago
Robin Appelman f399e1591f
Log classnames of arguments in exception trace 7 years ago
Robin Appelman 96f14a2e90 log previous exception 7 years ago
Robin Appelman 15815c034f adjust tests to new exception log format 7 years ago
Robin Appelman b9583c6dce Log exceptions as nested array instead of encoded json 7 years ago
Roeland Jago Douma 6994bce951
Loglevel is an int 7 years ago
Roeland Jago Douma 83eb548d23
Typehint Throwable 7 years ago
Roeland Jago Douma 4077f16aec
Make ILogger strict 7 years ago
Morris Jobke 132764bff5
Pass log level to log reporters 7 years ago
Christoph Wurst ad757805ca Pass the exception context to the crash reporter 7 years ago
Christoph Wurst 4c5593998a Add a mechanism to register crach reporters 7 years ago
Morris Jobke 0eebff152a
Update license headers 7 years ago
Johannes Schlichenmaier 4ae7275aeb Added additional methods for removal of sensitive info 7 years ago
Morris Jobke 11c31e94fe
Improve exception handling 7 years ago
Joas Schilling b68609d0cf
Don't log LDAP password when server is not available 7 years ago
Joas Schilling b27819785e
Don't log passwords on dav exceptions 8 years ago
Morris Jobke c54a59d51e
Remove unused use statements 8 years ago
Morris Jobke 4eddb95fc4
Add method to $methodsWithSensitiveParameters 8 years ago
Joas Schilling d0e6235b03
Don't log the password on confirmPassword when LDAP throws an exception 8 years ago
Joas Schilling 7fa063ceca
Better fallback for unknown log types 8 years ago
Joas Schilling e7ff1ba548
Add tests 8 years ago
Joas Schilling 7573fa3148
Handle log_type "nextcloud" more gracefully 8 years ago
Lukas Reschke ab4353457d
Default to empty string 8 years ago
Juan Pablo Villafáñez 26f1ea1cea
Change the minimum log level to fatal 8 years ago
Arthur Schiwon b13092065a
hide parameters of tryLogin when logging 8 years ago
Thomas Pulzer b058639a8a Changed code style and made use of '===' comparison. 8 years ago
Thomas Pulzer ba3f4f118e Changed logtype to file instead of owncloud. 8 years ago
Joas Schilling 0215b004da
Update with robin 8 years ago
Joas Schilling ba87db3fcc
Fix others 8 years ago
Morris Jobke 390a996297
Sanitize more config options and stack traces 9 years ago
Joas Schilling e49307014c Do not log token or challenge with exception stacktrace (#25026) 9 years ago
Lukas Reschke aba539703c
Update license headers 9 years ago
Roeland Jago Douma fc82047e26
Move OC_Log_xx to \OC\Log namespace 9 years ago
Joas Schilling 3397e27657
Remove the password from the validateUserPass() method as well 9 years ago
Roeland Jago Douma f5e0d6ae6a
Move more of \OC to PSR-4 9 years ago
Thomas Müller 069af51dd0 With PHP7 Throwable is the new base interface for all Exception and Error - we should be capable to log Throwable as well 9 years ago