From 7a872aea24fc43b811b2d5b63e49093be48ac775 Mon Sep 17 00:00:00 2001 From: Ivor D'Souza Date: Mon, 2 Dec 2024 12:03:29 +0000 Subject: [PATCH] feat(elk-stack-setup): add logging.file.name ci env --- src/main/environment/common_ci.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/environment/common_ci.properties b/src/main/environment/common_ci.properties index e5ac1105..9898ed0a 100644 --- a/src/main/environment/common_ci.properties +++ b/src/main/environment/common_ci.properties @@ -87,5 +87,5 @@ prescription=TMPrescription SMS ### Redis IP spring.redis.host=localhost - - +#ELK logging file name +logging.file.name=@env.HWC_API_LOGGING_FILE_NAME@ \ No newline at end of file