Change IdP process log name to what it was before logging subsystem change
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 1 Nov 2007 07:44:23 +0000 (07:44 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 1 Nov 2007 07:44:23 +0000 (07:44 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2439 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

resources/conf/logging.xml

index dcfb9a2..59e1cc2 100644 (file)
@@ -32,7 +32,7 @@
     </appender>
 
     <appender name="IDP_PROCESS" class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <File>$IDP_HOME$/logs/idp.log</File>
+        <File>$IDP_HOME$/logs/idp-process.log</File>
         <!-- Uncomment this if application is terminating in such as way that the last few log messages are not written to disk -->
         <!--
         <ImmediateFlush>true</ImmediateFlush>