summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-15 17:32:27 +0000
committerChris Lumens <clumens@redhat.com>2005-08-15 17:32:27 +0000
commit5fbe021f7afb9ca396046459f6ab180ac6d58920 (patch)
tree9cad1df4066b4d82e84839fa8e7c9c985e054882 /docs
parente8ff476a6fb2393fca847308432e75ec1c361b8a (diff)
downloadanaconda-5fbe021f7afb9ca396046459f6ab180ac6d58920.tar.gz
anaconda-5fbe021f7afb9ca396046459f6ab180ac6d58920.tar.xz
anaconda-5fbe021f7afb9ca396046459f6ab180ac6d58920.zip
Accept loglevel= command line parameter. Keep log that loader started on
tty3 going when we get to pythonland.
Diffstat (limited to 'docs')
-rw-r--r--docs/command-line.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/command-line.txt b/docs/command-line.txt
index 10529c2f8..983ac2b86 100644
--- a/docs/command-line.txt
+++ b/docs/command-line.txt
@@ -1,4 +1,4 @@
-7-07-2003
+8-15-2005
---------
Boot time command args:
@@ -149,3 +149,7 @@ vncconnect=<host>[:<port>] Once installation is up and running, connect to
the vnc client named <host>, and optionally, on port <port>.
Requires 'vnc' option to be specified as well.
+
+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.