Skip to content

Commit

Permalink
Use info
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Sep 22, 2024
1 parent 5d4dd9c commit 048709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/log/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
int main(int argc, char** argv)
{
gz::utils::log::Logger logger("my_logger");
logger.SetConsoleSinkLevel(spdlog::level::trace);
logger.SetConsoleSinkLevel(spdlog::level::info);

std::filesystem::path logDir = std::filesystem::temp_directory_path();
std::filesystem::path logFile = "my_log.txt";
Expand Down

0 comments on commit 048709f

Please sign in to comment.