add --debug parameter for froxlor_master_cronjob, thx to nachtgeist for the idea

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-02-16 10:07:02 +01:00
parent 5109443346
commit f65af0067d
3 changed files with 57 additions and 3 deletions

View File

@@ -125,6 +125,9 @@ class FileLogger extends AbstractLogger {
case LOG_CRIT:
$_type = 'critical';
break;
case LOG_DEBUG:
$_type = 'debug';
break;
default:
$_type = 'unknown';
break;