summaryrefslogtreecommitdiff
path: root/src/installer/resources/logging.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/resources/logging.xml')
-rw-r--r--src/installer/resources/logging.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installer/resources/logging.xml b/src/installer/resources/logging.xml
index 77fefd6..5a6fc6e 100644
--- a/src/installer/resources/logging.xml
+++ b/src/installer/resources/logging.xml
@@ -10,7 +10,7 @@
<ImmediateFlush>true</ImmediateFlush>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
- <FileNamePattern>$DS_HOME$/logs/discovery-%d{yyyy-MM-dd}.log</FileNamePattern>
+ <FileNamePattern>$DS_HOME$/etc/DiscoveryService/logs/discovery-%d{yyyy-MM-dd}.log</FileNamePattern>
</rollingPolicy>
<layout class="ch.qos.logback.classic.PatternLayout">
@@ -30,13 +30,13 @@
Levels: ALL, ERROR, WARN, INFO, DEBUG, OFF
-->
- <!-- Logs DS, but not OpenSAML, messages -->
+ <!-- Logs IdP, but not OpenSAML, messages -->
<logger name="edu.internet2.middleware.shibboleth">
<level value="WARN" />
<!-- Appender, DS_LOG, is inherited from the root logger -->
</logger>
- <!-- Logs OpenSAML, but not DS, messages -->
+ <!-- Logs OpenSAML, but not IdP, messages -->
<logger name="org.opensaml">
<level value="INFO" />
<!-- Appender, DS_LOG, is inherited from the root logger -->