mirror of
https://github.com/vgough/encfs.git
synced 2025-04-11 21:08:38 +02:00
Merge pull request #217 from vgough/elpp984
upgrade easylogging++ to v9.84, fix crash
This commit is contained in:
commit
8abc7dbd92
@ -13,6 +13,7 @@ void initLogging(bool enable_debug) {
|
|||||||
defaultConf.setToDefault();
|
defaultConf.setToDefault();
|
||||||
defaultConf.set(el::Level::Verbose, el::ConfigurationType::Format,
|
defaultConf.set(el::Level::Verbose, el::ConfigurationType::Format,
|
||||||
std::string("%datetime %level [%fbase:%line] %msg"));
|
std::string("%datetime %level [%fbase:%line] %msg"));
|
||||||
|
defaultConf.set(el::Level::Global, el::ConfigurationType::ToFile, "false");
|
||||||
if (!enable_debug) {
|
if (!enable_debug) {
|
||||||
defaultConf.set(el::Level::Debug, el::ConfigurationType::Enabled, "false");
|
defaultConf.set(el::Level::Debug, el::ConfigurationType::Enabled, "false");
|
||||||
}
|
}
|
||||||
|
9642
internal/easylogging++.h
Executable file → Normal file
9642
internal/easylogging++.h
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user