mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-23 15:10:41 -04:00
P2P network improvements, rename MarketPriceFeed to PriceFeed
This commit is contained in:
parent
4bc8c70a83
commit
60c8de796a
22 changed files with 98 additions and 91 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.INFO);
|
||||
logbackLogger.setLevel(useDetailedLogging ? Level.INFO : Level.INFO);
|
||||
// logbackLogger.setLevel(useDetailedLogging ? Level.TRACE : Level.DEBUG);
|
||||
logbackLogger.addAppender(appender);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue