diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-07-02 17:52:12 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-07-05 11:52:03 +0200 |
| commit | 6752b6d50faab447b3edc13bddf14f53401392f1 (patch) | |
| tree | 953ed9998107f46d5892addc7266e39b3484fdfa /opendc-web/opendc-web-runner/src/main/resources/log4j2.xml | |
| parent | fa7ffd9d1594a5bc9dba4fc65af0a4100988341b (diff) | |
runner: Use public API for scheduling simulation jobs
This change updates the web runner to not require direct database access
for scheduling simulation jobs. Instead, the runner polls the public
REST API for available jobs and reports its results through there.
Diffstat (limited to 'opendc-web/opendc-web-runner/src/main/resources/log4j2.xml')
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/resources/log4j2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-runner/src/main/resources/log4j2.xml b/opendc-web/opendc-web-runner/src/main/resources/log4j2.xml index 503bc5dc..ad99cc00 100644 --- a/opendc-web/opendc-web-runner/src/main/resources/log4j2.xml +++ b/opendc-web/opendc-web-runner/src/main/resources/log4j2.xml @@ -36,7 +36,7 @@ <AppenderRef ref="Console"/> <AppenderRef ref="Sentry"/> </Logger> - <Logger name="org.opendc.runner" level="info" additivity="false"> + <Logger name="org.opendc.web.runner" level="info" additivity="false"> <AppenderRef ref="Console"/> <AppenderRef ref="Sentry"/> </Logger> |
