diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2024-03-06 10:53:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-03-06 10:53:26 +0000 |
commit | c78f6d318b394966da7f0c9a27ea69f9a2a61147 (patch) | |
tree | db00986209e051bfc8a5a8a432970e05b50c7fab /dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src | |
parent | cf57145a5b92335d00a566005d709b9e46158382 (diff) | |
parent | 5dd54703313b3c4503f360af07360400f589a6cc (diff) |
Merge "Log all incoming HTTP requests to NCMP with Authorization Header"
Diffstat (limited to 'dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src')
-rw-r--r-- | dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml index 0847d40844..b78a5b2db5 100644 --- a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml +++ b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml @@ -54,3 +54,11 @@ delay: module-references-delay-ms: ${MODULE_REFERENCES_DELAY_MS:100} module-resources-delay-ms: ${MODULE_RESOURCES_DELAY_MS:1000} data-for-cm-handle-delay-ms: ${DATA_FOR_CM_HANDLE_DELAY_MS:2500} + +logging: + level: + org: + springframework: + web: + filter: + CommonsRequestLoggingFilter: DEBUG
\ No newline at end of file |