Log deprecation only as debug
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
e3e4bfb163
commit
59ab20972d
|
@ -105,6 +105,8 @@ class ErrorHandler {
|
||||||
return ILogger::WARN;
|
return ILogger::WARN;
|
||||||
|
|
||||||
case E_USER_DEPRECATED:
|
case E_USER_DEPRECATED:
|
||||||
|
return ILogger::DEBUG;
|
||||||
|
|
||||||
case E_USER_NOTICE:
|
case E_USER_NOTICE:
|
||||||
return ILogger::INFO;
|
return ILogger::INFO;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue