Skip to content

Server Side Configuration should override application_logging environment variables #2174

Open
@arenjae

Description

Description

Currently, if application_logging settings are returned from server side configuration (beta), but an environment variable overrides the setting, ie:

ENV NEW_RELIC_APPLICATION_LOGGING_ENABLED=false

or

ENV NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED=false

the server side configuration is not overriding the environment variable.

Acceptance Criteria

As a user, if I enable server side configuration, and set application_logging.enabled=true, but locally for my agent I have ENV NEW_RELIC_APPLICATION_LOGGING_ENABLED=false defined, my agent will use the server side configuration instead of the environment variable, and forward the application logs.

Design Consideration/Limitations

This is supported for other server side configuration settings.

Dependencies

n/a

Additional context

This is related to a new feature to enable server side configuration for application_logging

Metadata

Assignees

No one assigned

    Labels

    3Story Point Estimatejan-mar qtrRepresents proposed work item for the Jan-Mar quarter

    Type

    No type

    Projects

    • Status

      In Quarter

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions