summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/abrt.conf')
-rw-r--r--src/Daemon/abrt.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index 025dc07c..51367db8 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -9,15 +9,17 @@ OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
# blacklisted packages
BlackList = bash, bind, apache2
# enabled plugins
-EnabledPlugins = SQLite3, CCpp, Mailx, Kerneloops, KerneloopsReporter
+EnabledPlugins = SQLite3, CCpp, Mailx, Logger, Kerneloops, KerneloopsReporter
# selected DB plugin
Database = SQLite3
# max size for coredumps storage
MaxCrashReportsSize = 1000
+# set of reporters which are activated in crash time
+Reporters = Mailx
-# reporters association
+# reporters association with alanyzers
[ Reporters ]
-CCpp = Mailx
+CCpp = Logger
Kerneloops = KerneloopsReporter
# actions association