Skip to content

Commit

Permalink
Merge pull request #372 from JarvusInnovations/feat/error-log-remove-…
Browse files Browse the repository at this point in the history
…warnings

feat: remove Warnings from error log output
  • Loading branch information
themightychris committed Aug 14, 2023
2 parents d81bf10 + cde9892 commit 903ba89
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 903ba89

Please sign in to comment.