diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-26 15:30:22 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-26 15:41:06 +0100 |
| commit | b8ba3cf81da6367285c5d5a23a70f8c340a45fdd (patch) | |
| tree | e88125272bb192614894352240045520dc439c57 /simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml | |
| parent | 608ff59b2d7e8ce696fe6f7271d80b5efc9c4b87 (diff) | |
compute: Integrate OpenTelemetry Metrics in OpenDC Workflow
This change integrates the OpenTelemetry Metrics API in the OpenDC
Workflow Service implementation. This replaces the old infrastructure for
gathering metrics.
Diffstat (limited to 'simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml')
| -rw-r--r-- | simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml b/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml index 70a0eacc..edcf41ed 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml +++ b/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml @@ -28,6 +28,9 @@ </Console> </Appenders> <Loggers> + <Logger name="org.opendc.workflow" level="info" additivity="false"> + <AppenderRef ref="Console"/> + </Logger> <Root level="warn"> <AppenderRef ref="Console"/> </Root> |
