summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-17 15:32:07 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-17 15:32:07 +0100
commitb464b1b0cb0d2aa041bd68ccfc6457befa046141 (patch)
treeda0b5a6b031186b065b188142d842a2005f54d7d /src
parent1eb94f00ea61c9087b917e1e9d77d5cf9f6fa077 (diff)
downloadabrt-b464b1b0cb0d2aa041bd68ccfc6457befa046141.tar.gz
abrt-b464b1b0cb0d2aa041bd68ccfc6457befa046141.tar.xz
abrt-b464b1b0cb0d2aa041bd68ccfc6457befa046141.zip
s:/var/log/abrt.log:/tmp/abrt.log:g
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/daemon/abrt_event.conf2
-rw-r--r--src/plugins/Logger.conf2
-rw-r--r--src/plugins/report_Logger.conf2
3 files changed, 3 insertions, 3 deletions
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