From e604f593421a0a9b96a529b59a94b49f8577e954 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Tue, 10 May 2011 10:28:16 +0200 Subject: prune old logger man Signed-off-by: Nikola Pajkovsky --- src/plugins/Makefile.am | 1 - src/plugins/abrt-Logger.7 | 44 -------------------------------------------- 2 files changed, 45 deletions(-) delete mode 100644 src/plugins/abrt-Logger.7 (limited to 'src/plugins') 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 . Manual -page by Daniel Novotny . -- cgit