mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
set correct log level for console
This commit is contained in:
@@ -153,7 +153,9 @@ namespace i2p
|
||||
}
|
||||
StartLog (logfile);
|
||||
}
|
||||
g_Log->SetLogLevel(loglevel);
|
||||
else
|
||||
StartLog ("");
|
||||
SetLogLevel(loglevel);
|
||||
|
||||
bool http; i2p::config::GetOption("http.enabled", http);
|
||||
if (http) {
|
||||
|
||||
Reference in New Issue
Block a user