Skip to content

Commit

Permalink
Enable debug logging for testing to parse stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed Jun 18, 2024
1 parent 3a4d62e commit 7d34727
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion diagnostic_aggregator/test/create_analyzers.launch.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def generate_test_description():
"@AGGREGATOR_NODE@",
"--ros-args",
"--params-file",
"@PARAMETER_FILE@"
"@PARAMETER_FILE@",
"--log-level",
"DEBUG"
],
name='aggregator_node',
emulate_tty=True,
Expand Down

0 comments on commit 7d34727

Please sign in to comment.