diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-17 16:05:46 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2011-03-17 16:05:46 +0100 |
| commit | c0cd85c9f4f3f9a3a32c1c2098a671dc0f59dbbf (patch) | |
| tree | 607e172cacf8c2ced85432296d7b9da47a9bf680 /src/plugins | |
| parent | 9e5aa0f02f90865c8e264c7a8922fa071f0f694c (diff) | |
| parent | b464b1b0cb0d2aa041bd68ccfc6457befa046141 (diff) | |
| download | abrt-c0cd85c9f4f3f9a3a32c1c2098a671dc0f59dbbf.tar.gz abrt-c0cd85c9f4f3f9a3a32c1c2098a671dc0f59dbbf.tar.xz abrt-c0cd85c9f4f3f9a3a32c1c2098a671dc0f59dbbf.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/Logger.conf | 2 | ||||
| -rw-r--r-- | src/plugins/report_Logger.conf | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
