mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-12-23 13:47:47 +00:00
Merge pull request #1997
5d86c9f4
easylogging++: default to creating categories by default (moneromooo-monero)
This commit is contained in:
commit
f76fd38baa
1 changed files with 1 additions and 0 deletions
1
external/easylogging++/easylogging++.cc
vendored
1
external/easylogging++/easylogging++.cc
vendored
|
@ -2095,6 +2095,7 @@ Storage::Storage(const LogBuilderPtr& defaultLogBuilder) :
|
||||||
sysLogLogger->reconfigure();
|
sysLogLogger->reconfigure();
|
||||||
#endif // defined(ELPP_SYSLOG)
|
#endif // defined(ELPP_SYSLOG)
|
||||||
addFlag(LoggingFlag::AllowVerboseIfModuleNotSpecified);
|
addFlag(LoggingFlag::AllowVerboseIfModuleNotSpecified);
|
||||||
|
addFlag(LoggingFlag::CreateLoggerAutomatically);
|
||||||
#if ELPP_ASYNC_LOGGING
|
#if ELPP_ASYNC_LOGGING
|
||||||
installLogDispatchCallback<base::AsyncLogDispatchCallback>(std::string("AsyncLogDispatchCallback"));
|
installLogDispatchCallback<base::AsyncLogDispatchCallback>(std::string("AsyncLogDispatchCallback"));
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue