From b464b1b0cb0d2aa041bd68ccfc6457befa046141 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 17 Mar 2011 15:32:07 +0100 Subject: s:/var/log/abrt.log:/tmp/abrt.log:g Signed-off-by: Denys Vlasenko --- src/daemon/abrt_event.conf | 2 +- src/plugins/Logger.conf | 2 +- src/plugins/report_Logger.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf index 2c78bfa9..1f94533a 100644 --- a/src/daemon/abrt_event.conf +++ b/src/daemon/abrt_event.conf @@ -76,4 +76,4 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops EVENT=report_kerneloops.org analyzer=Kerneloops abrt-action-kerneloops EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf -EVENT=report_Logger abrt-action-print -o "${Log_File:-/var/log/abrt.log}" +EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" diff --git a/src/plugins/Logger.conf b/src/plugins/Logger.conf index aadd3515..0beec26e 100644 --- a/src/plugins/Logger.conf +++ b/src/plugins/Logger.conf @@ -3,6 +3,6 @@ # Configuration for Logger plugin Enabled = yes -LogPath = /var/log/abrt.log +LogPath = /tmp/abrt.log AppendLogs = yes diff --git a/src/plugins/report_Logger.conf b/src/plugins/report_Logger.conf index 3d23c739..87e36882 100644 --- a/src/plugins/report_Logger.conf +++ b/src/plugins/report_Logger.conf @@ -1 +1 @@ -Log_File=/var/log/abrt.log +Log_File=/tmp/abrt.log -- cgit