Skip to content

Commit

Permalink
logger: Use upper case level names for spdlog
Browse files Browse the repository at this point in the history
INFO instead of info and so on
  • Loading branch information
shramov committed Jan 23, 2024
1 parent 801d12a commit 194bc94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/logger/spdlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# define SPDLOG_FMT_EXTERNAL
#endif

#define SPDLOG_LEVEL_NAMES { "TRACE", "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", "OFF" }

#include <spdlog/sinks/sink.h>
#include <spdlog/spdlog.h>

Expand Down

0 comments on commit 194bc94

Please sign in to comment.