Adjusting Log Level in Threat Manager
Overview
Netwrix Threat Manager job services support several logging levels to provide the required level of details to users. This article covers the steps to adjust the logging level for a specific service.
Instructions
To modify the logging level for a Threat Manager job service:
-
Go to the installation folder. The default location is:
C:\Program Files\STEALTHbits\StealthDEFEND -
The
StealthDEFENDfolder contains separate folders for all job services. Go to the required service folder and locate theappsettings.default.jsonfile. Open the file with a text editor. -
Locate the
"Serilog": \{ \}node and modify the values. For example:"Serilog": {"MinimumLevel": {"Default": "Debug","Override": {"Microsoft": "Warning","System": "Warning"}}},
The default logging level is Warning. The Information or Debug level provides sufficient logging to troubleshoot most issues. Available logging options from least detailed to most detailed:
- Error
- Warning
- Information
- Debug