refactor: standardize @ConfigMapping prefixes
All checks were successful
Build / build (pull_request) Successful in 2m28s
All checks were successful
Build / build (pull_request) Successful in 2m28s
This commit is contained in:
parent
f2d02491ee
commit
d449192dae
5 changed files with 17 additions and 18 deletions
|
@ -6,7 +6,7 @@ import jakarta.ws.rs.core.HttpHeaders;
|
|||
import java.util.Optional;
|
||||
import java.util.Set;
|
||||
|
||||
@ConfigMapping(prefix = "phoenix.client-logger")
|
||||
@ConfigMapping(prefix = "phoenix-oss.client-logger")
|
||||
public interface RedactingClientLoggerConfiguration {
|
||||
|
||||
Headers headers();
|
||||
|
|
|
@ -12,7 +12,7 @@ quarkus:
|
|||
"ch.phoenix.oss.quarkus.commons.client.logger":
|
||||
level: DEBUG
|
||||
|
||||
phoenix:
|
||||
phoenix-oss:
|
||||
client-logger:
|
||||
headers:
|
||||
redact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue