diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-02-26 14:37:54 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-07 16:13:16 +0100 |
| commit | 249a272702bb79a901848ed4957d0992e82b3f92 (patch) | |
| tree | 6128b794ce92db9caf38c809fe00cf0553acced4 /simulator/opendc-platform/build.gradle.kts | |
| parent | a0c0657dc867db61951edff24ddc944bed132ac0 (diff) | |
workflows: Reduce output from tests
This change increases the logging level from INFO to WARN in order to
reduce the amount of messages printed to the console during tests.
Diffstat (limited to 'simulator/opendc-platform/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-platform/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-platform/build.gradle.kts b/simulator/opendc-platform/build.gradle.kts index 0ae1c72a..ea0591ad 100644 --- a/simulator/opendc-platform/build.gradle.kts +++ b/simulator/opendc-platform/build.gradle.kts @@ -33,5 +33,6 @@ dependencies { api("io.github.microutils:kotlin-logging:${versions.kotlinLogging}") runtime("org.slf4j:slf4j-simple:${versions.slf4j}") + runtime("org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}") } } |
