mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-16 13:32:27 -04:00
Deactivate detailed logging for seed node
This commit is contained in:
parent
5b7bff1a89
commit
cbac2d2a22
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import java.util.concurrent.ThreadFactory;
|
|||
public class SeedNodeMain {
|
||||
private static final Logger log = LoggerFactory.getLogger(SeedNodeMain.class);
|
||||
|
||||
private static final boolean USE_DETAILED_LOGGING = true;
|
||||
private static final boolean USE_DETAILED_LOGGING = false;
|
||||
|
||||
private SeedNode seedNode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue