Skip to content

Commit

Permalink
Change default log-filter to spy traces only (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan López Fernández <[email protected]>
  • Loading branch information
juanlofer-eprosima authored Jun 14, 2023
1 parent 458aeac commit 1a39208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastddsspy_tool/src/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main(
eprosima::utils::Duration_ms reload_time = 0;

// Debug options
std::string log_filter = "(DDSPIPE|FASTDDSSPY)";
std::string log_filter = "FASTDDSSPY";
eprosima::fastdds::dds::Log::Kind log_verbosity = eprosima::fastdds::dds::Log::Kind::Warning;

// One shot command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const option::Descriptor usage[] = {
Arg::String,
" \t--log-filter\t \t" \
"Set a Regex Filter to filter by category the info and warning log entries. " \
"[Default = \"(DDSPIPE|FASTDDSSPY)\"]. "
"[Default = \"FASTDDSSPY\"]. "
},

{
Expand Down

0 comments on commit 1a39208

Please sign in to comment.