Logger: Same default file names as installes

refs #4941
This commit is contained in:
Marius Hein 2013-10-22 13:35:41 +02:00
parent f770075276
commit 6017432750
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ final class Logger
/**
* Default log target
*/
const DEFAULT_LOG_TARGET = "./var/log/icinga.log";
const DEFAULT_LOG_TARGET = "./var/log/icingaweb.log";
/**
* Default debug target
*/
const DEFAULT_DEBUG_TARGET = "./var/log/icinga.debug.log";
const DEFAULT_DEBUG_TARGET = "./var/log/icingaweb.debug.log";
/**
* Array of writers