# 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,
# 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";
+ #};
};
#