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
memoriav
Memobase 2020
services
Import Process
Text File Validation
Commits
b41b291d
Commit
b41b291d
authored
Apr 03, 2020
by
Jonas Waeber
Browse files
change logging level to info
parent
72a3ca5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
gradle/wrapper/gradle-wrapper.properties
View file @
b41b291d
#Wed Oct 30 13:47:48 CET 2019
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
3-all
.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.
2.2-bin
.zip
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
...
...
src/main/resources/log4j2.xml
View file @
b41b291d
...
...
@@ -24,7 +24,7 @@
</Console>
</Appenders>
<Loggers>
<Root
level=
"
debug
"
>
<Root
level=
"
info
"
>
<AppenderRef
ref=
"STDOUT"
/>
</Root>
</Loggers>
...
...
Write
Preview
Markdown
is supported
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