From 2892dc6b050c8a3609e4ef95981779cf957c4cee Mon Sep 17 00:00:00 2001 From: asadhmrc <232776629+asadhmrc@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:45:03 +0000 Subject: [PATCH 1/2] chore: remove unused appenders and cleanup logback conf --- init_service/templates/service/conf/logback.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/init_service/templates/service/conf/logback.xml b/init_service/templates/service/conf/logback.xml index 83a359a..1651739 100644 --- a/init_service/templates/service/conf/logback.xml +++ b/init_service/templates/service/conf/logback.xml @@ -14,23 +14,13 @@ - - logs/connector.log - - %message%n - - - - - - - + From 9c68fe3e3509a5cae5b933104fe3aac5780d31b3 Mon Sep 17 00:00:00 2001 From: asadhmrc <232776629+asadhmrc@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:45:59 +0000 Subject: [PATCH 2/2] chore: bump pyproject version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a5fa5a..79ccfd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "init-service" -version = "0.25.0" +version = "0.26.0" description = "A templating tool for HMRC MDTP repositories" authors = ["Your Name "] license = "Apache-2.0"