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

View File

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