Skip to content

Commit

Permalink
changed the logigng
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 18, 2023
1 parent 9d14696 commit febf5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void HermesEngine::Init_() {
// Logger setup
// Console log
auto console_sink = std::make_shared<spdlog::sinks::stdout_color_sink_mt>();
console_sink->set_level(spdlog::level::warn);
console_sink->set_level(spdlog::level::info);
console_sink->set_pattern("%^[Coeus engine] [%!:%# @ %s] [%l] %$ %v");

//File log
Expand Down

0 comments on commit febf5d1

Please sign in to comment.