From 83806249bb79c4ca0d7ed147bb458ae2d965d8d8 Mon Sep 17 00:00:00 2001 From: Ivor D'Souza Date: Mon, 2 Dec 2024 12:06:21 +0000 Subject: [PATCH] feat(elk-stack-setup): add logging.file.name ci env --- src/main/environment/104_ci.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/environment/104_ci.properties b/src/main/environment/104_ci.properties index 1994aab..3c57949 100644 --- a/src/main/environment/104_ci.properties +++ b/src/main/environment/104_ci.properties @@ -17,3 +17,5 @@ common-url=@env.COMMON_API_BASE_URL@ ### Redis IP spring.redis.host=localhost +#ELK logging file name +logging.file.name=@env.HELPLINE104_API_LOGGING_FILE_NAME@ \ No newline at end of file