[java-sp-server] branch main updated: Remove consent appender.

Scott Cantor cantor.2 at osu.edu
Fri Jun 3 13:13:27 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-sp-server.

View the commit online:
http://git.shibboleth.net/view/?p=java-sp-server.git;a=commit;h=44b526434393dd907033380e8d5e9e579eb2154a

The following commit(s) were added to refs/heads/main by this push:
     new 44b5264  Remove consent appender.
44b5264 is described below

commit 44b526434393dd907033380e8d5e9e579eb2154a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 3 09:13:24 2022 -0400

    Remove consent appender.
---
 sp-conf/src/main/resources/conf/logback.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/sp-conf/src/main/resources/conf/logback.xml b/sp-conf/src/main/resources/conf/logback.xml
index a98810c..279e0fa 100644
--- a/sp-conf/src/main/resources/conf/logback.xml
+++ b/sp-conf/src/main/resources/conf/logback.xml
@@ -21,7 +21,7 @@
     <!-- <variable name="sp.process.appender" value="ASYNC_PROCESS" /> -->
     
     <!-- Logging level shortcuts. -->
-    <variable name="sp.loglevel.sp" value="${sp.loglevel.sp:-DEBUG}" />
+    <variable name="sp.loglevel.sp" value="${sp.loglevel.sp:-INFO}" />
     <variable name="sp.loglevel.ldap" value="${sp.loglevel.ldap:-WARN}" />
     <variable name="sp.loglevel.messages" value="${sp.loglevel.messages:-INFO}" />
     <variable name="sp.loglevel.encryption" value="${sp.loglevel.encryption:-INFO}" />
@@ -120,21 +120,6 @@
         </encoder>
     </appender>
     
-    <!-- Consent audit log. -->
-    <appender name="SP_CONSENT_AUDIT" class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <File>${sp.logfiles}/sp.consent-audit.log</File>
-
-        <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>${sp.logfiles}/sp.consent-audit-%d{yyyy-MM-dd}.log.gz</fileNamePattern>
-            <maxHistory>${sp.loghistory}</maxHistory>
-        </rollingPolicy>
-
-        <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
-            <charset>UTF-8</charset>
-            <Pattern>%msg%n</Pattern>
-        </encoder>
-    </appender>
-
     <logger name="Shibboleth-Audit" level="ALL">
         <appender-ref ref="${sp.audit.appender:-SP_AUDIT}"/>
     </logger>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list