Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Log deprecation only as debug
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Apr 26, 2021
commit bcf9c140476817fbe33578c183b410766e68a52d
2 changes: 2 additions & 0 deletions lib/private/Log/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public static function errnoToLogLevel(int $errno): int {
return ILogger::WARN;

case E_USER_DEPRECATED:
return ILogger::DEBUG;

case E_USER_NOTICE:
return ILogger::INFO;

Expand Down