mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-20 20:28:57 -04:00
Tests for Payment accounts matches
This commit is contained in:
parent
94288021dd
commit
44445cd411
50 changed files with 863 additions and 236 deletions
|
@ -63,7 +63,7 @@ public class Log {
|
|||
|
||||
logbackLogger = loggerContext.getLogger(org.slf4j.Logger.ROOT_LOGGER_NAME);
|
||||
//TODO for now use always trace
|
||||
logbackLogger.setLevel(useDetailedLogging ? Level.TRACE : Level.WARN);
|
||||
logbackLogger.setLevel(useDetailedLogging ? Level.TRACE : Level.TRACE);
|
||||
// logbackLogger.setLevel(useDetailedLogging ? Level.TRACE : Level.DEBUG);
|
||||
logbackLogger.addAppender(appender);
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@ public class ProgramArguments {
|
|||
// program arg names
|
||||
public static final String TOR_DIR = "torDir";
|
||||
public static final String USE_LOCALHOST = "useLocalhost";
|
||||
public static final String DEV_TEST = "devTest";
|
||||
|
||||
|
||||
public static final String NAME_KEY = "node.name";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue