feat: configurable log levels

This commit is contained in:
adamdottv
2025-07-09 10:00:03 -05:00
parent ca8ce88354
commit 53f8e7850e
13 changed files with 129 additions and 20 deletions

View File

@@ -299,6 +299,16 @@
"type": "string",
"description": "Model to use in the format of provider/model, eg anthropic/claude-2"
},
"log_level": {
"type": "string",
"enum": [
"DEBUG",
"INFO",
"WARN",
"ERROR"
],
"description": "Minimum log level to write to log files"
},
"provider": {
"type": "object",
"additionalProperties": {