Security Logging Fields
[cps/cps-temporal.git] / src / main / resources / application.yml
index 7db9510..9b3be03 100755 (executable)
@@ -25,6 +25,8 @@ rest:
         base-path: /cps-temporal/api
 
 spring:
+    application:
+        name: cps-temporal
     datasource:
         url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/cpstemporaldb
         username: ${DB_USERNAME}
@@ -90,4 +92,8 @@ management:
             show-details: always
             # kubernetes probes: liveness and readiness
             probes:
-                enabled: true
\ No newline at end of file
+                enabled: true
+
+logging:
+    format: json
+    
\ No newline at end of file