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 only what a user deletes

Logging only what a user deletes

To log all deletes made by a user 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="info"/>
   <appender-ref ref="SECURITY" />
   </logger>
   
<logger name="com.aptare.sc.presentation.filter.AuthorizationFilter" additivity="false">
    <level value="info"/>
   <appender-ref ref="SECURITY" />
  </logger>

Feedback

Was this page helpful?
Previous

Logging user activity in audit.log

Next

Logging all user activity

Feedback

Was this page helpful?