Skip to content

Commit 4c8ec6d

Browse files
Log all deprecations with debug level
Signed-off-by: Christoph Wurst <[email protected]>
1 parent 052dcde commit 4c8ec6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/Log/ErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ private static function errnoToLogLevel(int $errno): int {
9898
case E_USER_WARNING:
9999
return ILogger::WARN;
100100

101+
case E_DEPRECATED:
101102
case E_USER_DEPRECATED:
102103
return ILogger::DEBUG;
103104

0 commit comments

Comments
 (0)