summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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