Add better logging

This commit is contained in:
2026-03-03 05:32:37 +00:00
parent c2b6945cab
commit 27dfe7298d
9 changed files with 263 additions and 39 deletions

16
config.test.yaml Normal file
View File

@@ -0,0 +1,16 @@
server:
address: ":8080"
logging:
format: "text" # text format for easy reading in development
level: "debug" # debug level to see all logs
providers:
mock:
type: "openai"
api_key: "test-key"
endpoint: "https://api.openai.com"
models:
- name: "gpt-4o-mini"
provider: "mock"