logging: replace hard-coded number by PHP loglevel constant
This commit is contained in:
@@ -110,7 +110,7 @@ class FroxlorLogger {
|
|||||||
|
|
||||||
if (Settings::Get('logger.log_cron') == '0'
|
if (Settings::Get('logger.log_cron') == '0'
|
||||||
&& $action == CRON_ACTION
|
&& $action == CRON_ACTION
|
||||||
&& $type > 4 // warnings, errors and critical mesages WILL be logged
|
&& $type > LOG_WARNING // warnings, errors and critical mesages WILL be logged
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user