aboutsummaryrefslogtreecommitdiffstats
path: root/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-02-28 09:06:24 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-02-28 12:22:04 +0000
commit5dd54703313b3c4503f360af07360400f589a6cc (patch)
treec2a44fb8e6293e2900648f57d4968d7db5b3ed69 /dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src
parent22e1f43ce053649b18ebb6aacee5312947b258e5 (diff)
Log all incoming HTTP requests to NCMP with Authorization Header
- Enabled configuration to log NCMP request header and payload. - Enabled the DEBUG level log into application.yml. Issue-ID: CPS-2131 Change-Id: I458b1148894b8f460b013f0fa93032231ac47938 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
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.yml8
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 0847d4084..b78a5b2db 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