Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section XVI. System Administration
  4. Working with Log Files
  5. Logging all user activity

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>

Feedback

Was this page helpful?
Previous

Logging only what a user deletes

Next

Data collector log files

Feedback

Was this page helpful?