summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-05-10 10:28:16 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2011-05-10 10:28:16 +0200
commite604f593421a0a9b96a529b59a94b49f8577e954 (patch)
treea1ba4b4ceb3fa4534b52223ee1dbf17ee1498186 /src/plugins
parent4222871e44b5ea1cf00f216ebd010468eff770eb (diff)
downloadabrt-e604f593421a0a9b96a529b59a94b49f8577e954.tar.gz
abrt-e604f593421a0a9b96a529b59a94b49f8577e954.tar.xz
abrt-e604f593421a0a9b96a529b59a94b49f8577e954.zip
prune old logger man
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Makefile.am1
-rw-r--r--src/plugins/abrt-Logger.744
2 files changed, 0 insertions, 45 deletions
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 61f9fd52..a1005bd9 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -56,7 +56,6 @@ dist_eventsconf_DATA = \
man_MANS = \
abrt-KerneloopsReporter.7 \
- abrt-Logger.7 \
abrt-Upload.7 \
abrt-plugins.7
diff --git a/src/plugins/abrt-Logger.7 b/src/plugins/abrt-Logger.7
deleted file mode 100644
index a9fbae09..00000000
--- a/src/plugins/abrt-Logger.7
+++ /dev/null
@@ -1,44 +0,0 @@
-.TH abrt "7" "1 Jun 2009" ""
-.SH NAME
-Logger plugin for abrt(8)
-.SH DESCRIPTION
-.P
-.I abrt
-is a daemon that watches for application crashes. When a crash occurs,
-it collects the problem data and takes action according to
-its configuration. This manual page describes the \fILogger\fP plugin
-for \fIabrt\fP.
-.P
-This plugin is used to log the crash to a file.
-.P
-The log will contain all the file names as well as their
-content. It also contains "duplicity check": the ID
-of the crash, which is used to tell whether the same
-crash has happened previously.
-.SH INVOCATION
-The plugin is invoked in the \fIabrt.conf\fP configuration file.
-No parameters are necessary.
-.SH CONFIGURATION
-The \fILogger.conf\fP configuration file contains
-several entries in a format "Option = Value". The options are:
-.SS LogPath
-The path to the log file.
-.SS AppendLogs
-If set to "yes" (the default) \fILogger\fP will append
-the report to the file, otherwise it will overwrite the file (so
-only the last crash will be stored).
-.SH EXAMPLES
-.P
-This is a snippet from the \fIabrt.conf\fP configuration file.
-Log all the C/C++ application crashes:
-.P
-[AnalyzerActionsAndReporters]
-.br
-CCpp = Logger
-.SH "SEE ALSO"
-.IR abrt (8),
-.IR abrt.conf (5),
-.IR abrt-plugins (7)
-.SH AUTHOR
-Written by Zdenek Prikryl <zprikryl@redhat.com>. Manual
-page by Daniel Novotny <dnovotny@redhat.com>.