-
Notifications
You must be signed in to change notification settings - Fork 404
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
remove blinking warning in Roudi #85
Comments
It seems like these info messages can't be hidden by running RouDi command like this BTW, I'm not sure why some message uses std:cerr instead of iceoryx log function. Is there any reason? (If it's off-topic, I can open another issue to discuss this.) |
@evshary good point, I will open the issue. Different logger were used in the past. I guess a cleanup is needed. Sometimes a dependency to a logger in quite low layer modules in the utils was undesired. But there is no clear strategy now |
yes, this should not blink and also not be printed. It should just print which config is used. |
i created a separate issue for the logger topic #130 |
Signed-off-by: Kraus Mathias (CC-AD/ESW1) <mathias.kraus2@de.bosch.com>
…-warning iox-#85 remove blinking roudi warning
The warning of
Could not open file '/etc/iceoryx/roudi_config.toml'.
is somewhat misleading as it doesn't give the user any more info about what's happening.Not only does it (annoyingly) blink, the RouDi application runs perfectly fine.
If you look at the two warnings around that, I don't see why this warning has to be red and blinking:
The text was updated successfully, but these errors were encountered: