Logging

The InfoPlatform service logs information to a log file which can be used to diagnose problems.
The default location of the log file is:
C:\Logging\RAFileSystemProviderTest.log
The location and name of this log file, as well as the logging level, can be changed by editing the following entry in the config file:
<LoggerFactory assembly="RA.InfoPlatform.SerilogWrapper" type="RA.InfoPlatform.SerilogWrapper.LoggerFactory"> <Parameters> <!-- Verbose|Debug|Information|Warning|Error|Fatal--> <add name="Level" value="Information" /> <add name="WriteTo" value="RollingFile|C:\Logging\RAFileSystemProviderTest.log" /> </Parameters> </LoggerFactory>
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.