Add level field to logging config response
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user