got tracing and loggin working in opentelemetry

This commit is contained in:
2024-01-01 20:45:33 -07:00
parent 654f2be54c
commit fee588a67f
12 changed files with 181 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Error",
"Default": "Trace",
"Microsoft.AspNetCore": "Warning"
}
},