Add support for logback-access
or logback-core
library
#12597
Labels
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Request logs are not exported when instrumenting DropWizard application. DropWizard uses logback-access library for request logging which is independent of
logback-classic
.I am running Dropwizard app with OTel Contrib Java agent. I am running agent with default config, I have otlp log export enabled. I do see logs from application loggers (logback) but no server request logs.
Please see this discussion: #12588
Describe the solution you'd like
Add support for exporting request logs from DropWizard application.
Describe alternatives you've considered
I have tried using classic request logging: https://www.dropwizard.io/en/release-2.1.x/manual/configuration.html#classic-request-log
Dropwizard HTTP server config I have tried:
But request logs are still not getting exported.
Additional context
Here is my Dropwizard HTTP server config:
Here is my Dropwizard logging config:
Here is the docker image I use to run app:
DropWizard version:
The text was updated successfully, but these errors were encountered: