You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/02/12 18:47:02 UTC

[streampipes] branch dev updated: Fix logging configuration (#1266) (#1267)

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new abb7df163 Fix logging configuration (#1266) (#1267)
abb7df163 is described below

commit abb7df16372623282f4b8d58a3b9264bdb184058
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sun Feb 12 19:46:56 2023 +0100

    Fix logging configuration (#1266) (#1267)
---
 .../src/main/resources/{logback-spring.xml => logback.xml}              | 0
 streampipes-service-core/src/main/resources/application.properties      | 2 +-
 .../src/main/resources/application.properties                           | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-service-base/src/main/resources/logback-spring.xml b/streampipes-service-base/src/main/resources/logback.xml
similarity index 100%
rename from streampipes-service-base/src/main/resources/logback-spring.xml
rename to streampipes-service-base/src/main/resources/logback.xml
diff --git a/streampipes-service-core/src/main/resources/application.properties b/streampipes-service-core/src/main/resources/application.properties
index 1bd59f938..c1f46b914 100644
--- a/streampipes-service-core/src/main/resources/application.properties
+++ b/streampipes-service-core/src/main/resources/application.properties
@@ -18,5 +18,5 @@
 server.port=8030
 server.servlet.context-path=/streampipes-backend
 server.tomcat.additional-tld-skip-patterns=*.jar
-logging.config=classpath:logback-spring.xml
+logging.config=classpath:logback.xml
 spring.output.ansi.enabled=always
diff --git a/streampipes-service-extensions/src/main/resources/application.properties b/streampipes-service-extensions/src/main/resources/application.properties
index a8930fdef..8814c22a5 100644
--- a/streampipes-service-extensions/src/main/resources/application.properties
+++ b/streampipes-service-extensions/src/main/resources/application.properties
@@ -16,5 +16,5 @@
 #
 #
 
-logging.config=classpath:logback-spring.xml
+logging.config=classpath:logback.xml
 spring.output.ansi.enabled=always