Skip to content

Provide a configuration option to disable transferring logging.* properties from the environment to system properties #20304

@reda-alaoui

Description

@reda-alaoui

Hi,

We have a Spring boot application deployed into a tomcat instance. A tomcat instance can contain multiple webapp instances.
We noticed that Spring Boot logger system was setting system properties using System.setProperty in LoggingSystemProperties. This is very bad in our case since a system property is global to the JVM and therefore to all deployed web applications.

This looks like a major bug to us.
Is there at least a way to disable LoggingApplicationListener?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions