From 249a272702bb79a901848ed4957d0992e82b3f92 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 26 Feb 2021 14:37:54 +0100 Subject: 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. --- .../opendc-workflows/src/test/resources/log4j2.xml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 simulator/opendc-workflows/src/test/resources/log4j2.xml (limited to 'simulator/opendc-workflows/src/test/resources/log4j2.xml') diff --git a/simulator/opendc-workflows/src/test/resources/log4j2.xml b/simulator/opendc-workflows/src/test/resources/log4j2.xml new file mode 100644 index 00000000..70a0eacc --- /dev/null +++ b/simulator/opendc-workflows/src/test/resources/log4j2.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3