Default log level 3

Also refactored default port numbers
This commit is contained in:
SChernykh
2021-09-18 10:03:06 +02:00
parent b4ea125a8a
commit 5c92920619
12 changed files with 63 additions and 32 deletions

View File

@@ -27,7 +27,7 @@ namespace p2pool {
namespace log {
int GLOBAL_LOG_LEVEL = 4;
int GLOBAL_LOG_LEVEL = 3;
#ifndef P2POOL_LOG_DISABLE