Hi,
I am running a ros2 node (humble) inside a container (with entry point ros2 run …) and the container is read only mode (because of some security reasons and 3rd party provider). so it can’t or should not able to create any folders inside the containers. But ros2 logging requires it to create a folder in home directory or a logging folder some where.
I was thinking more of a scenario where the ros2 logs only to stdout and doesn’t create any folders on the home directory and does does the logging inside the container (since the container is read only). ros2 should output logs only to stdout. And the docker engine takes care of storing them in docker logs or may be forward them systemd based on docker configuration.
Is it possible to restrict ros2 logging only to standard out in the current ros2 versions or in the future ?
The same question is posted here as well