Loglevel adjustments.
authorAndre Noll <maan@systemlinux.org>
Thu, 15 Jan 2009 23:18:20 +0000 (00:18 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 15 Jan 2009 23:18:20 +0000 (00:18 +0100)
README.afs
audiod.ggo
filter.ggo
fsck.ggo
gui.ggo
recv.ggo
server.ggo

index 9e588a6a6c7a888168bf61af239823e81c98f560..01d4b52e7bf6adacb45ba5a395cb5115f376b92c 100644 (file)
@@ -225,10 +225,10 @@ songs is
 Troubles?
 ---------
 
 Troubles?
 ---------
 
-Use loglevel one (option -l 1 for most commands) to show debugging
-info. Almost all paraslash executables have a brief online help which
-is displayed by using the -h switch. The --detailed-help option prints
-the full help text.
+Use the debug loglevel (option -l 0 for most commands) to show
+debugging info. Almost all paraslash executables have a brief online
+help which is displayed by using the -h switch. The --detailed-help
+option prints the full help text.
 
 para_fsck tries to fix your database. Use --force (even if your name
 isn't Luke) to clean up after a crash. However, first make sure
 
 para_fsck tries to fix your database. Use --force (even if your name
 isn't Luke) to clean up after a crash. However, first make sure
index 8f960c67c1cedae66a6fd9c47873cfc3ca3b1ffc..cba65d002c9c606ee4aa7f502e209c7f0fe830db 100644 (file)
@@ -9,9 +9,9 @@ text "
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
-"set loglevel (1-6)"
+"set loglevel (0-6)"
 int typestr="level"
 int typestr="level"
-default="4"
+default="3"
 optional
 
 option "config_file" c
 optional
 
 option "config_file" c
index 5376a6f8c73996c8e85444cfb781f1b755b03911..e3ac59a2d52d833c8447b3b529f2edb28d469f0b 100644 (file)
@@ -2,7 +2,7 @@ option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
  "set loglevel (0-6)"
 int typestr="level"
 #~~~~~~~~~~~~~~~~~~
  "set loglevel (0-6)"
 int typestr="level"
-default="4"
+default="3"
 optional
 
 option "filter" f
 optional
 
 option "filter" f
index b893705c4bbe96727492038ee38bd2c832595b1e..eb7c62750d88a1c7a0690b428fbf53384e9f3a78 100644 (file)
--- a/fsck.ggo
+++ b/fsck.ggo
@@ -4,7 +4,7 @@ option "loglevel" l
 "set loglevel (0-6)"
 
        int typestr="level"
 "set loglevel (0-6)"
 
        int typestr="level"
-       default="3"
+       default="2"
        optional
 
 option "base_dir" b
        optional
 
 option "base_dir" b
diff --git a/gui.ggo b/gui.ggo
index 40a40563873e2c640f2ff73f7100360b65ab3dea..a90d1b4f5ab459068366918bb129f04b20f36f8f 100644 (file)
--- a/gui.ggo
+++ b/gui.ggo
@@ -12,10 +12,13 @@ option "config_file" c
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
  "set loglevel (0-6)"
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
  "set loglevel (0-6)"
-
-       int typestr="level"
-       default="4"
-       optional
+int typestr="level"
+default="3"
+optional
+details="
+       See \"para_server --detailed-help\" for the discussion of
+       loglevels.
+"
 
 option "timeout" t
 #~~~~~~~~~~~~~~~~~
 
 option "timeout" t
 #~~~~~~~~~~~~~~~~~
index b7003b0e5b2bacde7b68c1028b39ca015e9105bd..2f647613b8e9bc228ab3614562d0656bcd23ba72 100644 (file)
--- a/recv.ggo
+++ b/recv.ggo
@@ -2,7 +2,7 @@ option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
 "set loglevel (0-6)"
 int typestr="level"
 #~~~~~~~~~~~~~~~~~~
 "set loglevel (0-6)"
 int typestr="level"
-default="4"
+default="3"
 optional
 
 option "receiver" r
 optional
 
 option "receiver" r
index 6b4770a8816e728767157a31912bf1cbb9d24987..2a5fabc30e61e3385475407897ce45879e86fe4b 100644 (file)
@@ -4,19 +4,19 @@ section "General options"
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
-"set loglevel (1-6)"
+"set loglevel (0-6)"
 int typestr="level"
 int typestr="level"
-default="4"
+default="3"
 optional
 details="
 optional
 details="
-       Larger values mean less verbose output. Loglevel 1 (debug) gets
-       really noisy; a value of 2 (info) produces still noisy output,
+       Larger values mean less verbose output. Loglevel 0 (debug) gets
+       really noisy; a value of 1 (info) produces still noisy output,
        but this won't fill up the disk quicky. Messaged logged with
        but this won't fill up the disk quicky. Messaged logged with
-       loglevel 3 (notice) indicate normal but significant events
-       while level 4 (warning) logs unexpected events that can be
+       loglevel 2 (notice) indicate normal but significant events
+       while level 3 (warning) logs unexpected events that can be
        handled. Unhandled error conditions are logged with loglevel
        handled. Unhandled error conditions are logged with loglevel
-       5 (error) and crititcal errors are logged using loglevel 6
-       (crit).  Finally, loglevel 7 (emerg) is reserved for messages
+       4 (error) and crititcal errors are logged using loglevel 5
+       (crit).  Finally, loglevel 6 (emerg) is reserved for messages
        that cause para_server to terminate immediately.
 "
 
        that cause para_server to terminate immediately.
 "