removed all logging due to broken implementation - known good state

This commit is contained in:
2025-02-24 21:48:51 -08:00
parent 252fdf4db1
commit afff3d1161
7 changed files with 682 additions and 493 deletions

View File

@@ -30,10 +30,4 @@ help: # Help message templates
admin:
users: # List of users who can use admin commands (use "*" for anyone)
- "*"
logging:
level: "INFO" # Logging level: DEBUG, INFO, WARNING, ERROR, or CRITICAL
format: "%(asctime)s - %(levelname)s - %(message)s" # Format for console logs
error_format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s" # Format for error logs
datefmt: "%H:%M:%S" # Date/time format for log timestamps
- "*"