Skip to content

Configuring Windows Event Logging»

KopiCloud_AD_API

By default, writing events to Windows Event Viewer is disabled.

This article explains enabling or disabling writing events to Windows Event Viewer.

Logging settings are managed by the file C:\KopiCloud-AD-API\appsettings.json.


DisableLogToEventViewer»

The DisableLogToEventViewer setting manages writing events to Windows Event Viewer.

Open the appsettings.json file located on the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).

Writing events to Windows Event Viewer Enabled

1
"DisableLogToEventViewer: false"

Writing events to Windows Event Viewer Disabled

1
"DisableLogToEventViewer: true"

Save the file.

Restart the web server using the IISReset command or the IIS Console.