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 - - - - - - - + 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"