Hi,
Under "C:\Program Files\Microsoft Advanced Threat Analytics\Center" there is a file called NLog.Common.Rules.config
You can change the minLevel in these lines:
<logger name="*" minlevel="Debug" writeTo="file" />
<logger name="*" minlevel="Error" writeTo="errorsFile" />
The first line is a configuration for the general log file and the second line is a configuration for the "-Errors.log" file
You can set the minLevel to one of the following higher verbosity levels:
Info, Warn, Error, Fatal
There is another file called NLog.config.
Do the same there.
After you change this configuration, you'll need to restart the service (do the same for the Gateway service
if needed).
By default we archive every log file when it reaches 50MB and we keep 10 archived file for each target
file.
Thanks,
ATA Team.
SK