mirror of
https://github.com/HKUDS/OpenSpace.git
synced 2026-09-05 08:06:05 +00:00
__main__.py calls Logger.set_level(args.log_level) when --log-level is passed, but the method did not exist on Logger, causing an AttributeError. Add set_level(level: str) that resolves the name to a logging constant and reconfigures via configure(force=True). Closes #13 Made-with: Cursor |
||
|---|---|---|
| .. | ||
| telemetry | ||
| cli_display.py | ||
| display.py | ||
| logging.py | ||
| ui.py | ||
| ui_integration.py | ||