[java-identity-provider] branch master updated: Proposed default audit format.

Scott Cantor cantor.2 at osu.edu
Thu Feb 20 21:54:58 EST 2020


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4aae728050048600346e31ad92f46b27994a48b2

The following commit(s) were added to refs/heads/master by this push:
       new  4aae728   Proposed default audit format.
4aae728 is described below

commit 4aae728050048600346e31ad92f46b27994a48b2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 20 21:54:54 2020 -0500

    Proposed default audit format.
---
 idp-conf/src/main/resources/conf/audit.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/audit.xml b/idp-conf/src/main/resources/conf/audit.xml
index a13bd4c..7245127 100644
--- a/idp-conf/src/main/resources/conf/audit.xml
+++ b/idp-conf/src/main/resources/conf/audit.xml
@@ -11,11 +11,10 @@
     default-destroy-method="destroy">
 
     <!--
-    This bean defines a mapping between audit log categories and formatting strings. The default entry is
-    for compatibility with V2 audit logging.
+    This bean defines a mapping between audit log categories and formatting strings.
     -->
     <util:map id="shibboleth.AuditFormattingMap">
-        <entry key="Shibboleth-Audit" value="%T|%b|%I|%SP|%P|%IDP|%bb|%III|%u|%ac|%attr|%n|%i|%XX|%X" />
+        <entry key="Shibboleth-Audit" value="%a|%ST|%T|%u|%SP|%i|%ac|%t|%attr|%n|%f|%SSO|%XX|%X|%b|%bb|%e|%S|%SS|%s|%UA" />
     </util:map>
 
     <!-- Override the format of date/time fields in the log and/or convert to default time zone. -->

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


More information about the commits mailing list