-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature request: Debugging and tracing with logback.xml #12
Comments
I believe this can be achieved by adding the following definition in your gatling CR. By doing so, logback.xml is expected to be mounted like GATLING_HOME/conf/logback.xml via ConfigMap.
This can be helpful reference:
|
i'll add documentation on how to add logback.xml configuration via ConfMap |
related issue #22 |
I'm closing this as the relevant doc has been added in #40 |
Description
This is a feature request from @yokochin0105
To support debugging and tracing with logback.xml to dig into the detail of benchmarking test kicked from Gatling Operator
The text was updated successfully, but these errors were encountered: