1abrt(7)                Miscellaneous Information Manual                abrt(7)
2
3
4

NAME

6       Logger plugin for abrt(8)
7

DESCRIPTION

9       abrt  is  a  daemon  that watches for application crashes. When a crash
10       occurs, it collects the crash data and takes action  according  to  its
11       configuration.  This manual page describes the Logger plugin for abrt.
12
13       This plugin is used to log the crash to a file.
14
15       The  log  will  contain all the file names as well as their content. It
16       also contains "duplicity check": the ID of the crash, which is used  to
17       tell whether the same crash has happened previously.
18

INVOCATION

20       The  plugin is invoked in the abrt.conf configuration file.  No parameā€
21       ters are necessary.
22

CONFIGURATION

24       The Logger.conf configuration file contains several entries in a format
25       "Option = Value". The options are:
26
27   LogPath
28       The path to the log file.
29
30   AppendLogs
31       If  set  to  "yes"  (the  default) Logger will append the report to the
32       file, otherwise it will overwrite the file (so only the last crash will
33       be stored).
34

EXAMPLES

36       This  is  a snippet from the abrt.conf configuration file.  Log all the
37       C/C++ application crashes:
38
39       [AnalyzerActionsAndReporters]
40       CCpp = Logger
41

SEE ALSO

43       abrt(8), abrt.conf(5), abrt-plugins(7)
44

AUTHOR

46       Written by Zdenek Prikryl <zprikryl@redhat.com>. Manual page by  Daniel
47       Novotny <dnovotny@redhat.com>.
48
49
50
51                                  1 Jun 2009                           abrt(7)
Impressum