mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-12 19:31:04 +00:00
Enable quiet tests using SBT config (#318)
* Enable quiet tests using SBT config * Add logback-test.xml config to reduce log messages * Hide "resolving" messages in CI environment * Improve ScalaTest options to reduce SuiteStart events * Hide EVEN MORE Specs2 output
This commit is contained in:
parent
50df2bace0
commit
ae7f8bf71d
4 changed files with 50 additions and 5 deletions
11
common/src/test/resources/logback-test.xml
Normal file
11
common/src/test/resources/logback-test.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<configuration>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>[%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="ERROR">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue