How to enable debug logs in RSA Web Threat Detection
Originally Published: 2017-06-14
Article Number
Applies To
RSA Version/Condition: 6.0, 6.1, 6.2
Platform: UNIX
Issue
Resolution
- Set the parameter to write in different file so that logs for other services are not affected.
- Open the file /etc/rsyslog.conf with the vi editor and add the new setting, as shwon below.
# Setting WTD to write to local4 local4.*/var/log/wtdlocal4
- Open the file /etc/rsyslog.conf with the vi editor and add the new setting, as shwon below.
- Navigate to the /var/opt/silvertail/etc/conf.d/ directory.
- Look for the process name for which logging needs to be changed and navigate inside the respective folder. For instance, if we are looking to change logging level for mitigator the folder name would be Mitigator-0.
- In this folder there will be a <ProcessName>.conf file. Open this file with the vi editor.
- Once the file is opened, look for section which is similar to the text below.
<logger priority="INFO" facility="user" context="0" />
- Change the parameter for priority from "INFO" to "DEBUG" and facility from “user” to “local4” or any other parameter as set in Step 1. The new configuration should look similar to the example below.
<logger priority="DEBUG" facility="local4" context="0" />
- Save the file and exit the vi editor.
- Restart the syslog service (rsyslog) and then the process for which the changes are being made.
Once restart is done, the logs for this particular process will be written in DEBUG mode in the /var/log/wtdlocal4 file.
This would also ensure that other services are not affected.
Notes
- AnnoDb
- Cassandra
- ScoutProxy
- SiteProxy
Related Articles
How to enable DEBUG logging in RSA Identity Governance and Lifecycle 282Number of Views How to enable the SSO Configuration menu in the RSA Mobile Lock Console 285Number of Views Do you need to upgrade Remote Administration if you upgrade your ACE/Servers? 6Number of Views How to stack a Unix authentication followed by SecurID prompt with the RSA Authentication Agent for PAM for SSH and Telnet… 687Number of Views How to detect and rectify a workflow stalled and/or Workpoint server down situation in RSA Identity Governance & Lifecycle 961Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?