mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-30 21:49:30 -05:00
Fix trailing whitespace (ruff formatting)
This commit is contained in:
@@ -112,7 +112,7 @@ def setup_logfire(
|
||||
|
||||
# Read LOG_LEVEL from environment
|
||||
log_level = os.getenv("LOG_LEVEL", "INFO").upper()
|
||||
|
||||
|
||||
# Configure root logging
|
||||
logging.basicConfig(
|
||||
level=getattr(logging, log_level, logging.INFO),
|
||||
|
||||
Reference in New Issue
Block a user