Search Results for

    Show / Hide Table of Contents

    How to Configure Logging for the RPS API

    This guide will provide links for how to configure logging for the RPS API. RPS uses Serilog for logging and log file management. RPS reads an app settings section of the app.config file within RPS to configure Serilog. The app.config file for the RPS API is located in the Source/Rps.Api folder.

    • The Serilog website is located at https://serilog.net/
    • The Serilog documentation for app settings can be found at https://github.com/serilog/serilog-settings-appsettings
    • RPS will honor all app settings that Serilog supports by passing the app settings section to Serilog upon construction of the logger.
    In This Article
    Back to top Generated by DocFX