How to Stop Log Files from being Created in App_Data Engine Folder

2021-07-21-screenshot

I am trying to figure out what webconfig setting controls the log files being created in the App_Data > Engine folder. The log files are large and are taking up a lot of our server disk space. See screenshot.

Is this the correct key?
“EngineNotificationLogLevel” value=“1”

If so, should I set it to “0”? If it isn’t the correct key, which one is it?

Thanks in advance.

Hi @JCapella ,

The config you are looking for is “EngineTraceMode” and to turn the logs off, the value should be equal to “N”.