-
Notifications
You must be signed in to change notification settings - Fork 32
Observability: Initial setup for the API Lambda #2028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
2024cba
7c0e4ee
6626565
f677d2c
21a466e
fbc0794
1e5e6a7
0f07679
c17eced
b69d5b7
037573c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can the name of this file be Not a blocker: but do you see a way to configure this outside of the application. E.g. We want to change it to DEBUG because we need to debug something in production. Or is this already possible? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can use environment variables too - in this case control can be manual in the AWS web interface or through infra changes. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ++ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Logging": { | ||
"LogLevel": { | ||
"Default": "Information", | ||
"Microsoft.AspNetCore": "Warning" | ||
} | ||
}, | ||
"Elastic": { | ||
"OpenTelemetry": { | ||
"LogLevel": "Debug", | ||
"LogTargets": "stdout", | ||
"SkipInstrumentationAssemblyScanning": true | ||
} | ||
} | ||
} |
Uh oh!
There was an error while loading. Please reload this page.