mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* logger: explicit allow log output
This commit is contained in:
parent
cc25b22f11
commit
38103aaac5
4 changed files with 5 additions and 3 deletions
1
api.cpp
1
api.cpp
|
@ -43,6 +43,7 @@ namespace api
|
|||
i2p::log::Logger().SendTo (logStream);
|
||||
else
|
||||
i2p::log::Logger().SendTo (i2p::fs::DataDirPath (i2p::fs::GetAppName () + ".log"));
|
||||
i2p::log::Logger().Ready();
|
||||
LogPrint(eLogInfo, "API: starting NetDB");
|
||||
i2p::data::netdb.Start();
|
||||
LogPrint(eLogInfo, "API: starting Transports");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue