fixed to Cron

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-26 12:00:32 +01:00
parent 792d25fdd8
commit 3949a6858b
7 changed files with 222 additions and 258 deletions

View File

@@ -117,7 +117,7 @@ class FroxlorLogger
public function logAction($action = USR_ACTION, $type = LOG_NOTICE, $text = null)
{
// not logging normal stuff if not set to "paranoid" logging
if (Settings::Get('logger.severity') == '1' && $type > LOG_NOTICE) {
if (!self::$crondebug_flag && Settings::Get('logger.severity') == '1' && $type > LOG_NOTICE) {
return;
}