Skip to content

Commit

Permalink
feat: remove Warnings from error log output
Browse files Browse the repository at this point in the history
  • Loading branch information
mijogu committed Aug 14, 2023
1 parent d81bf10 commit cde9892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion php-classes/Emergence/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Logger extends \Psr\Log\AbstractLogger
,LogLevel::ALERT
,LogLevel::CRITICAL
,LogLevel::ERROR
,LogLevel::WARNING
);
public static $logLevelsEmail = array(
LogLevel::EMERGENCY
Expand Down

0 comments on commit cde9892

Please sign in to comment.