mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Log all deprecations with debug level
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
052dcdebe8
commit
4c8ec6dc89
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ class ErrorHandler {
|
|||
case E_USER_WARNING:
|
||||
return ILogger::WARN;
|
||||
|
||||
case E_DEPRECATED:
|
||||
case E_USER_DEPRECATED:
|
||||
return ILogger::DEBUG;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue