Merge branch 'lab2' into lab

This commit is contained in:
Kelly
2025-01-05 21:14:55 -08:00
committed by GitHub
14 changed files with 289 additions and 173 deletions
+2
View File
@@ -14,6 +14,8 @@ Logging messages to disk or 'Syslog' to disk uses the python native logging func
LogMessagesToFile = False
# Logging of system messages to file, needed for reporting engine
SyslogToFile = True
# logging level for the bot (DEBUG, INFO, WARNING, ERROR, CRITICAL)
sysloglevel = DEBUG
# Number of log files to keep in days, 0 to keep all
log_backup_count = 32
```