diff options
Diffstat (limited to 'lib/plugins/Logger.conf')
| -rw-r--r-- | lib/plugins/Logger.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/Logger.conf b/lib/plugins/Logger.conf new file mode 100644 index 00000000..aadd3515 --- /dev/null +++ b/lib/plugins/Logger.conf @@ -0,0 +1,8 @@ +# Description: Writes report to a file + +# Configuration for Logger plugin +Enabled = yes + +LogPath = /var/log/abrt.log + +AppendLogs = yes |
