Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"logging system isn't initialized" starting router with an invalid config file #237

Open
JEnoch opened this issue Jul 4, 2024 · 0 comments
Labels
backlog Long-term improvement or addition

Comments

@JEnoch
Copy link
Contributor

JEnoch commented Jul 4, 2024

If the router is started with a config file containing an error, only a logging related error message is displayed, preventing the logging of the original error in config file.

To reproduce:

echo INVALID > invalid_conf.json5
ZENOH_ROUTER_CONFIG_URI=./invalid_conf.json5 ros2 run rmw_zenoh_cpp rmw_zenohd

Result:

logging system isn't initialized: call to rcutils_logging_console_output_handler failed.
[ros2run]: Process exited with failure 1
@sloretz sloretz added the backlog Long-term improvement or addition label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Long-term improvement or addition
Projects
None yet
Development

No branches or pull requests

2 participants