diff options
Diffstat (limited to 'src/installer/resources/logging.xml')
-rwxr-xr-x | src/installer/resources/logging.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installer/resources/logging.xml b/src/installer/resources/logging.xml index eff4799..0a5c91f 100755 --- a/src/installer/resources/logging.xml +++ b/src/installer/resources/logging.xml @@ -8,7 +8,7 @@ <File>$DS_HOME$/logs/discoveryService.log</File> <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> <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> @@ -29,13 +29,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 --> |