v0.1.4-pre.016-fix.001

This commit is contained in:
2026-08-16 19:13:48 +02:00
parent 5aa538ed5d
commit 3021996658
7 changed files with 154 additions and 29 deletions

View File

@@ -72,6 +72,76 @@
"target_prefix": "ksp-app-config-desk"
}
]
},
{
"console": {
"ansi": true,
"enabled": true,
"filter": {
"domains": [
"*"
],
"level": "debug",
"targets": [
"*"
]
},
"format": "compact",
"output": "stderr"
},
"default_filter": "info",
"files": [
{
"ansi": false,
"enabled": true,
"filter": {
"domains": [
"*"
],
"level": "debug",
"targets": [
"*"
]
},
"format": "human",
"output_id": "file.all.debug",
"path": "debug2/ksp-debug.log",
"rotation": "daily"
},
{
"ansi": false,
"enabled": true,
"filter": {
"domains": [
"config"
],
"level": "error",
"targets": [
"ksp-config-lib"
]
},
"format": "json",
"output_id": "file.config.error",
"path": "config2/ksp-config-errors.jsonl",
"rotation": "hourly"
}
],
"profile_id": "local_test",
"span_events": "off",
"target_filters": [
{
"level": "trace",
"target_prefix": "ksp-config-lib"
},
{
"level": "debug",
"target_prefix": "ksp-logging-lib"
},
{
"level": "debug",
"target_prefix": "ksp-app-config-desk"
}
]
}
]
}