Configure logging parameters in config file
- Last UpdatedApr 10, 2025
- 1 minute read
You can specify advanced logging level parameters in the service configuration file.
For more information, see Modify the SE.SPO.AmplaService.exe.config.
To edit the configuration file
-
Navigate to the C:\Program Files\AVEVA\AVEVA Production Management directory.
-
Locate the SE.SPO.AmplaService.exe.config file.
-
Open the configuration file with Notepad or a similar editor.

LogLevel key
The LogLevel key specifies the minimum log level of log messages to send to the logger application. The values can be Verbose, Debug, Information, Warning, Error, or Fatal. Debug and Verbose provide the highest level of detail. The default log level is Information.
<!-- Verbose / Debug / Information / Warning / Error / Fatal -->
<add key="LogLevel" value="Information" />
<add key="serilog:minimum-level" value="Information" />