Skip to content
Snippets Groups Projects
Commit 27069f5c authored by unixtam's avatar unixtam Committed by Thijs Kinkhorst
Browse files

fixed stats being logged despite loglevel being <= WARNING

(cherry picked from commit 4a988b7a)
parent 28f9b0a6
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ class Logger
*/
public static function stats($string)
{
self::log(self::NOTICE, $string, true);
self::log(self::NOTICE, $string, self::$logLevel >= self::NOTICE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment