remove refactored functions

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 13:00:39 +01:00
parent 97b5439c0d
commit f9ad392e39
15 changed files with 5 additions and 1772 deletions

View File

@@ -55,7 +55,7 @@ class FroxlorLogger
switch ($logger) {
case 'syslog':
self::$_ml->pushHandler(new SyslogHandler('froxlor', Logger::DEBUG));
self::$_ml->pushHandler(new SyslogHandler('froxlor', LOG_USER, Logger::DEBUG));
break;
case 'file':
self::$_ml->pushHandler(new StreamHandler(Settings::Get('logger.logfile'), Logger::DEBUG));