Skip to content

quarkus.rest-client.logging.scope considered a build time property #49775

@manofthepeace

Description

@manofthepeace

Describe the bug

https://quarkus.io/guides/all-config shows it is not fixed a built time. It also does work when I override it at runtime

2025-08-28 19:52:51,907 WARN [io.qua.run.configuration.ConfigRecorder] (Quarkus Main Thread) Build time property cannot be changed at runtime:

  • quarkus.rest-client.logging.scope is set to 'request-response' but it is build time fixed to 'none'. Did you change the property quarkus.rest-client.logging.scope after building the application?

Expected behavior

warn should not show

Actual behavior

log shows

How to Reproduce?

Change quarkus.rest-client.logging.scope to request-response at runtime

Output of uname -a or ver

Darwin Kernel Version 24.6.0

Output of java -version

Temurin-21.0.8+9

Quarkus version or git rev

3.26.0

Build tool (ie. output of mvnw --version or gradlew --version)

mvn 3.9.11

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions