Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
dcache-cta
Commits
3d1d61c5
Commit
3d1d61c5
authored
Dec 22, 2021
by
Tigran Mkrtchyan
☕
Browse files
tests: switch off logging
parent
e3104d14
Pipeline
#15258
passed with stages
in 2 minutes and 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/test/resources/logback-test.xml
View file @
3d1d61c5
...
...
@@ -6,7 +6,7 @@
<pattern>
%d{yyyy-MM-dd HH:mm:ss.SSS} [%X{mdc.client}] [%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg%n
</pattern>
</encoder>
</appender>
<root
level=
"
WARN
"
>
<root
level=
"
OFF
"
>
<appender-ref
ref=
"STDOUT"
/>
</root>
</configuration>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment