]> granicus.if.org Git - icinga2/commitdiff
Remove path spec from the console logger.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 11 Oct 2012 08:27:58 +0000 (10:27 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 11 Oct 2012 08:27:58 +0000 (10:27 +0200)
icinga-app/config/icinga2.conf.dist

index a67ad0fd1b9036b2c6cbf8f9ff882c32d6db432d..42698f4143b291033050c92c9d137b0d9b9be058 100644 (file)
@@ -25,7 +25,6 @@ local object IcingaApplication "icinga" {
  */
 local object Logger "my-debug-log" {
   type = "console",
-  path = "./var/log/icinga2/icinga2.log",
   severity = "debug"
 }