X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=2a5fabc30e61e3385475407897ce45879e86fe4b;hp=6b4770a8816e728767157a31912bf1cbb9d24987;hb=736760c45b10e9a593fcd81e1a230188386ca656;hpb=0463f2b6ca562e53c9d8bb8ae29d2efd29b55572;ds=inline diff --git a/server.ggo b/server.ggo index 6b4770a8..2a5fabc3 100644 --- a/server.ggo +++ b/server.ggo @@ -4,19 +4,19 @@ section "General options" option "loglevel" l #~~~~~~~~~~~~~~~~~~ -"set loglevel (1-6)" +"set loglevel (0-6)" int typestr="level" -default="4" +default="3" 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 - 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 - 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. "