@@ -15,7 +15,7 @@ TARGET = join("bbs", join("logs", "enigma-bbs.log"))
# Setup logging
# DEBUG, INFO, WARN, ERROR, CRITICAL
basicConfig(
- level=INFO,
+ level=DEBUG,
format="%(asctime)s - %(filename)s (%(lineno)d) - %(name)s - %(levelname)s - %(message)s",
handlers=[
TimedRotatingFileHandler(