diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 23962e2..a11caf2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -157,7 +157,7 @@ app: # request: # exclude-patterns: mdc: - enabled: true + enabled: false --- spring: @@ -191,7 +191,7 @@ app: allowed-origins: http://localhost:9077, http://211.119.124.73:9077 log: parameter-enabled: true - response-enabled: true + response-enabled: false --- spring: @@ -233,4 +233,4 @@ app: allowed-origins: http://localhost:8081, http://105.19.10.69:8081 log: parameter-enabled: true - response-enabled: true + response-enabled: false