Skip to content

Spring Boot 3.3.0 Native debug=true in application.properties No effect #40930

@syedyusufh

Description

@syedyusufh

I need to debug my Spring Boot v3.3.0 native application built using mvn package -P <native-profile> as it is failing to load application properties from AWS parameter store which was otherwise working fine till Spring Boot v3.2.5

So, have added debug=true in application.properties and expected to see additional information on the config failure reported via org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter, but no effect

Debug logs from org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter aren't available for the native image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: declinedA suggestion or change that we don't feel we should currently apply

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions