From: Pekka Riikonen Date: Sat, 12 Apr 2003 09:00:10 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.0.9.10~112 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=48ad621729d58480600cff69114a689931a11f6b;p=silc.git updates. --- diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index 20cc25c5..7fe6df76 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -242,7 +242,8 @@ ServerInfo { # are redirected on the less important ones, thus setting a valid logging # file for "Info" will ensure logging for all channels, while setting # logging file for "Errors" will ensure logging for channels "Errors" -# and "Fatals" +# and "Fatals". If only, for example, "Info" is set then all logs go to +# that file (like in example below). # Logging { # Use timestamp in the logging files? (Usually it is a good idea, @@ -266,26 +267,26 @@ Logging { # Informational messages Info { File = "@LOGSDIR@/silcd.log"; - Size = "50k"; + Size = "100k"; }; # Warning messages - Warnings { - File = "@LOGSDIR@/silcd_warnings.log"; - Size = "50k"; - }; + #Warnings { + # File = "@LOGSDIR@/silcd_warnings.log"; + # Size = "50k"; + #}; # Error messages - Errors { - File = "@LOGSDIR@/silcd_errors.log"; - Size = "50k"; - }; + #Errors { + # File = "@LOGSDIR@/silcd_errors.log"; + # Size = "50k"; + #}; # Fatal messages - Fatals { - File = "@LOGSDIR@/silcd_fatals.log"; - Size = "50k"; - }; + #Fatals { + # File = "@LOGSDIR@/silcd_fatals.log"; + # Size = "50k"; + #}; }; #