Log all deprecations with debug level

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/32565/head
Christoph Wurst 4 years ago
parent 052dcdebe8
commit 4c8ec6dc89
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      lib/private/Log/ErrorHandler.php

@ -98,6 +98,7 @@ class ErrorHandler {
case E_USER_WARNING:
return ILogger::WARN;
case E_DEPRECATED:
case E_USER_DEPRECATED:
return ILogger::DEBUG;

Loading…
Cancel
Save