summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/abrt-Logger.7
diff options
context:
space:
mode:
authorDaniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com>2009-07-03 12:58:16 +0200
committerDaniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com>2009-07-03 12:58:16 +0200
commit5b7b33d851002f67b9d32e0702c7da0d82fbbb58 (patch)
treeadca923ec8cc72fdf5a4206c743eb6871646ca88 /lib/Plugins/abrt-Logger.7
parente5c814ec3846a6d5806e3dd38e1a36160c7d73d2 (diff)
downloadabrt-5b7b33d851002f67b9d32e0702c7da0d82fbbb58.tar.gz
abrt-5b7b33d851002f67b9d32e0702c7da0d82fbbb58.tar.xz
abrt-5b7b33d851002f67b9d32e0702c7da0d82fbbb58.zip
documentation after English language review from rlandman@redhat.com
Diffstat (limited to 'lib/Plugins/abrt-Logger.7')
-rw-r--r--lib/Plugins/abrt-Logger.712
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Plugins/abrt-Logger.7 b/lib/Plugins/abrt-Logger.7
index 6541c104..0f814d24 100644
--- a/lib/Plugins/abrt-Logger.7
+++ b/lib/Plugins/abrt-Logger.7
@@ -4,17 +4,17 @@ Logger plugin for abrt(8)
.SH DESCRIPTION
.P
.I abrt
-is a daemon which watches for application crashes. When a crash occurs,
-it collects the crash data and performs some actions according to
-the configuration. This manual page describes the \fILogger\fP plugin
+is a daemon that watches for application crashes. When a crash occurs,
+it collects the crash 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, if the same
-crash already happened.
+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.
@@ -24,7 +24,7 @@ several entries in a format "Option = Value". The options are:
.SS LogPath
The path to the log file.
.SS AppendLogs
-If set to "yes", which is the default, \fILogger\fP will append
+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