summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-15 20:18:44 +0000
committerChris Lumens <clumens@redhat.com>2005-08-15 20:18:44 +0000
commit9b23a6525d075dba5288d8408d3be901107e6f15 (patch)
treedd0f07970fffb59a2b8792ba9ba476d9ca66aaad /docs
parentec0805eff62473ea14cee91d830e5b418adaa95c (diff)
downloadanaconda-9b23a6525d075dba5288d8408d3be901107e6f15.tar.gz
anaconda-9b23a6525d075dba5288d8408d3be901107e6f15.tar.xz
anaconda-9b23a6525d075dba5288d8408d3be901107e6f15.zip
Added syslog= parameter for logging to a remote machine once we're out of
the loader.
Diffstat (limited to 'docs')
-rw-r--r--docs/command-line.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/command-line.txt b/docs/command-line.txt
index 983ac2b86..7b70c0151 100644
--- a/docs/command-line.txt
+++ b/docs/command-line.txt
@@ -153,3 +153,8 @@ vncconnect=<host>[:<port>] Once installation is up and running, connect to
loglevel=<level> Set the minimum level required for messages to be
logged. Values for <level> are debug, info, warning,
error, and critical. The default value is info.
+
+syslog=<host>[:<port>] Once installation is up and running, send log
+ messages to the syslog process on <host>, and optionally, on
+ port <port>. Requires the remote syslog process to accept
+ connections (the -r option).