Add level field to logging config response

This commit is contained in:
2026-06-27 14:22:06 +02:00
parent 8b98c6d84e
commit 30c0499869
6 changed files with 3877 additions and 1204 deletions

View File

@@ -72,6 +72,7 @@ def get_logging_config(
"success": True,
"config": {
# Primary fields (match the model)
"level": lc.level,
"log_level": lc.level,
"log_file": lc.file,
"max_bytes": lc.max_bytes,