Skip to content

Configure logging to not write to file system #88

@sloretz

Description

@sloretz

Currently the default logger rcl_logging_spdlog always tries to write to the file system, and errors if it can't. This prevents it from being used on systems with read-only file systems. It should be configurable to allow outputting to the console only.

Related discussion #86 (comment)
Summary: New environment variable RCL_LOGGING_OUTPUT_SINK that defaults to console,file if unset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions