Skip to content

Commit 669d50b

Browse files
committed
Set Log Level in Tests to Warn Level
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 4b7616a commit 669d50b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/resources/simplelogger.properties

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# SLF4J's SimpleLogger configuration file
26
# Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
37
# Default logging detail level for all instances of SimpleLogger.
@@ -9,7 +13,7 @@ org.slf4j.simpleLogger.defaultLogLevel=error
913
# Must be one of ("trace", "debug", "info", "warn", or "error").
1014
# If not specified, the default logging detail level is used.
1115
#org.slf4j.simpleLogger.log.xxxxx=
12-
org.slf4j.simpleLogger.log.io.securecodebox.persistence.defectdojo=debug
16+
org.slf4j.simpleLogger.log.io.securecodebox.persistence.defectdojo=warn
1317

1418
# Set to true if you want the current date and time to be included in output messages.
1519
# Default is false, and will output the number of milliseconds elapsed since startup.

0 commit comments

Comments
 (0)