~jan0sch/smederee

Showing details for patch 9a18c857a2db4d5245d71043226b93cef8f2c5aa.
2022-11-01 (Tue), 3:09 PM - Jens Grassel - 9a18c857a2db4d5245d71043226b93cef8f2c5aa

Fix key in logback configuration

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/universal/conf/logback.xml with 1 added and 1 removed lines
diff -rN -u old-smederee/modules/hub/src/universal/conf/logback.xml new-smederee/modules/hub/src/universal/conf/logback.xml
--- old-smederee/modules/hub/src/universal/conf/logback.xml	2025-02-01 22:03:55.848637970 +0000
+++ new-smederee/modules/hub/src/universal/conf/logback.xml	2025-02-01 22:03:55.848637970 +0000
@@ -12,7 +12,7 @@
          ch.qos.logback.classic.sift.MDCBasedDiscriminator -->
     <discriminator>
       <key>runId</key>
-      <defaultValue>iotom</defaultValue>
+      <defaultValue>smederee-hub</defaultValue>
     </discriminator>
     <sift>
       <appender name="file-${runId}" class="ch.qos.logback.core.rolling.RollingFileAppender">