Configure AVEVA Production Management Web Client to write to Seq
- Last UpdatedMar 01, 2023
- 1 minute read
Modify the appsettings.json file for each Web Client-related API to write log entries to Seq. By default, the Seq logging configuration section is commented out.
To enable that section of the code, you need to remove their HTML comment tag.
For example: <!--text--> becomes <text>
To modify the file
-
Navigate to the Web Client root installation path and modify the Seq configuration section of their individual appsettings.json files.
For example, C:\Program Files\AVEVA\AVEVA Production Management Web Client.
-
Authorization.Api
-
Configuration.Api
-
Downtime.Api
-
ShiftLog.Api
-
-
In each appsettings.json file, remove the HTML comment tag in the Seq configuration section (highlighted in the following screenshot), update the value for the serverUrl accordingly, and save the file.
