TSK-150: set test loglevel to info to reduce log output to console on travis.
This commit is contained in:
parent
b7cb7725c6
commit
ac9a2669a0
|
|
@ -7,7 +7,7 @@
|
|||
</Console>
|
||||
</Appenders>
|
||||
<Loggers>
|
||||
<Root level="debug">
|
||||
<Root level="info">
|
||||
<AppenderRef ref="Console" />
|
||||
</Root>
|
||||
</Loggers>
|
||||
|
|
|
|||
Loading…
Reference in New Issue