st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Feature request: Debugging and tracing with logback.xml #12

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

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

yokawasa commented 2 years ago

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.

    gatlingConf:
      logback.xml: |
        .... logback xml...
        .... logback xml ...
        .... logback xml ...

This can be helpful reference:

yokawasa commented 2 years ago

i'll add documentation on how to add logback.xml configuration via ConfMap

yokawasa commented 2 years ago

related issue #22

yokawasa commented 2 years ago

I'm closing this as the relevant doc has been added in https://github.com/st-tech/gatling-operator/pull/40