Skip to content

Commit

Permalink
Set Router default log level to 'info'
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jul 15, 2024
1 parent 41f1423 commit e6cd13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/zenohd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static bool running = true;

// Environment variable for Zenoh logging
const char* ZENOH_LOG_ENV_VAR = "RUST_LOG";
const char* ZENOH_LOG_DEFAULT_LEVEL = "warn";
const char* ZENOH_LOG_DEFAULT_LEVEL = "info";

class KeyboardReader final
{
Expand Down

0 comments on commit e6cd13d

Please sign in to comment.