Logging all user activity
To log all the activity of a user (including what they delete) in audit.log, edit the following file:
Linux: /opt/aptare/portalconf/systemlogger.xml
Windows: C:\opt\aptare\portalconf\systemlogger.xml
<logger name="com.aptare.sc.gwt.shared.server.GwtSpringAdapter" additivity="false">
<level value="debug"/>
<appender-ref ref="SECURITY" />
</logger>
<logger name="com.aptare.sc.presentation.filter.AuthorizationFilter" additivity="false">
<level value="debug"/>
<appender-ref ref="SECURITY" />
</logger>