Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Whirlpool
whirlpool-client-cli
Commits
baffb401
Commit
baffb401
authored
Jul 20, 2019
by
zeroleak
Browse files
ignore "no wallycore" log
parent
792f7c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/samourai/whirlpool/cli/Application.java
src/main/java/com/samourai/whirlpool/cli/Application.java
+1
-0
No files found.
src/main/java/com/samourai/whirlpool/cli/Application.java
View file @
baffb401
...
...
@@ -300,6 +300,7 @@ public class Application implements ApplicationRunner {
// skip noisy logs
LogbackUtils
.
setLogLevel
(
"org.bitcoinj"
,
Level
.
ERROR
.
toString
());
LogbackUtils
.
setLogLevel
(
"org.bitcoin"
,
Level
.
WARN
.
toString
());
// "no wallycore"
LogbackUtils
.
setLogLevel
(
"com.msopentech.thali.toronionproxy"
,
Level
.
WARN
.
toString
());
LogbackUtils
.
setLogLevel
(
"com.msopentech.thali.java.toronionproxy"
,
Level
.
WARN
.
toString
());
LogbackUtils
.
setLogLevel
(
"org.springframework.web"
,
Level
.
INFO
.
toString
());
...
...
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