Closed elBoberido closed 1 month ago
Furthermore, it looks at a relative path to where the application is started. This is also error prone since the application might behave differently when launched from different locations. I'll open a separate issue for this if you agree that it should be changed.
Required information
Operating system:
any
Rust version:
any
Cargo version:
any
iceoryx2 version: E.g.
v1.2.3
ormain
branchv0.4.1
main
Detailed log output:
Observed result or behaviour:
When running an iceoryx2 application, it looks for
config/iceoryx2.toml
. When it is not found, it prints the warning from above. This is misleading, since the config is not found.Expected result or behaviour:
The warning should not be printed when the config file was not found but only when it was found and and could not be read.
Conditions where it occurred / Performed steps:
Create an out-of-tree iceoryx2 application and run it.