Fixed setting max log level from command line

This commit is contained in:
SChernykh
2021-08-31 11:18:40 +02:00
parent 7b197824fe
commit 8064865ba5
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ namespace p2pool {
namespace log {
extern int GLOBAL_LOG_LEVEL;
constexpr int MAX_GLOBAL_LOG_LEVEL = 6;
enum class Severity {
Info,