Skip to content

Commit

Permalink
Use DEFAULT_LOGGER macro instead of hard-coded default for default_co…
Browse files Browse the repository at this point in the history
…nfig
  • Loading branch information
heifner committed Aug 22, 2019
1 parent 44c765a commit 2aa371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log/logger_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace fc {
) );

logger_config dlc;
dlc.name = "default";
dlc.name = DEFAULT_LOGGER;
dlc.level = log_level::info;
dlc.appenders.push_back("stderr");
cfg.loggers.push_back( dlc );
Expand Down

0 comments on commit 2aa371a

Please sign in to comment.