From a6ad1b1ed387f77c1b1076d327cd5f5f2c44879a Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Thu, 20 Mar 2014 14:23:13 -0600 Subject: [PATCH] Made default config more debug friendly --- notification.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notification.yaml b/notification.yaml index 144e021..6fe0edc 100644 --- a/notification.yaml +++ b/notification.yaml @@ -47,7 +47,7 @@ logging: # Used in logging.dictConfig formatter: default file: class : logging.handlers.RotatingFileHandler - filename: /var/log/mon-notification/notification.log + filename: /tmp/notification.log formatter: default maxBytes: 10485760 # Rotate at file size ~10MB backupCount: 5 # Keep 5 older logs around @@ -60,5 +60,5 @@ logging: # Used in logging.dictConfig level: WARN root: handlers: - - file + - console level: INFO