From 1f61a6142a91da06f4e6627f1c408ef6502c1f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Jan=C3=9Fen?= Date: Tue, 7 May 2024 08:45:05 +0200 Subject: [PATCH] Update application-deploy.yml: add logging (#531) --- src/main/resources/application-deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-deploy.yml b/src/main/resources/application-deploy.yml index e5650df4..fc542e47 100644 --- a/src/main/resources/application-deploy.yml +++ b/src/main/resources/application-deploy.yml @@ -107,4 +107,8 @@ pseudonymity: clamAV: host: ${CLAMAV_HOST} - port: ${CLAMAV_PORT} \ No newline at end of file + port: ${CLAMAV_PORT} + +logging: + level: + org.highmed.numportal: ${LOG_LEVEL}