Skip to content

Commit

Permalink
Enable DEBUG logs
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed May 16, 2024
1 parent 0ba6f5a commit e6f0931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdai_ros2_wrappers/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ def ros() -> Iterable[ROSAwareScope]:

@pytest.fixture(scope="function")
def verbose_ros() -> Iterable[ROSAwareScope]:
args = ["--ros-args", "--enable-rosout-logs", "--log-level", "INFO"]
args = ["--ros-args", "--enable-rosout-logs", "--log-level", "DEBUG"]
with scope.top(args, global_=True, namespace="fixture") as top:
yield top

0 comments on commit e6f0931

Please sign in to comment.