X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=9f3912032eeb8ce1ca420a8a3e0193fbe45eb58f;hp=bbcb09b8a07e71654f812cd11891cccf93fec6ea;hb=40de1dd2fdbb054444d585aa70e2d50166a66e07;hpb=56ee850b0f0c8bd7a7cc16ad9dec148e6c955faa diff --git a/server.ggo b/server.ggo index bbcb09b8..9f391203 100644 --- a/server.ggo +++ b/server.ggo @@ -4,10 +4,21 @@ section "General options" option "loglevel" l #~~~~~~~~~~~~~~~~~~ -"set loglevel (0-6)" +"set loglevel (1-6)" int typestr="level" default="4" optional +details=" + Larger values mean less verbose output. Loglevel 1 (debug) gets + really noisy; a value of 2 (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 + 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 + that cause para_server to terminate immediately. +" option "port" p #~~~~~~~~~~~~~~ @@ -26,6 +37,7 @@ option "daemon" d #~~~~~~~~~~~~~~~~ "run as background daemon" flag off +dependon="logfile" details=" Note that para_server refuses to start in daemon mode if no logfile was specified. @@ -150,9 +162,8 @@ option "afs_database_dir" D string typestr="path" optional details=" - Where para_server should look for the osl - database of the audio file selector. The default is - '~/.paraslash/afs_database'. + Where para_server should look for the osl database of the audio + file selector. The default is '~/.paraslash/afs_database'. " option "afs_socket" s