Skip to content

Commit

Permalink
chore(log-init): restore default init in bridge
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik committed Apr 19, 2024
1 parent a66e233 commit 9eb59df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-bridge-ros2dds/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn parse_args() -> (Option<f32>, Config) {

#[async_std::main]
async fn main() {
zenoh_util::try_init_log_from_env();
zenoh_util::init_log_from_env_or("z=info");
tracing::info!(
"zenoh-bridge-ros2dds {}",
zenoh_plugin_ros2dds::ROS2Plugin::PLUGIN_LONG_VERSION
Expand Down

0 comments on commit 9eb59df

Please sign in to comment.