Skip to content

Commit

Permalink
Fixed log file being empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 26, 2024
1 parent 4e1c07e commit 2f00320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NefConUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ namespace
void CustomizeEasyLoggingColoredConsole()
{
el::Configurations conf;
conf.setToDefault();

// Disable STDOUT logging for all log levels
conf.set(el::Level::Global, el::ConfigurationType::ToStandardOutput, "false");
Expand Down

0 comments on commit 2f00320

Please sign in to comment.