-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Web API Cookbook
By :
In this recipe, we will set up configuring our logging not just in the application code but also in our appsettings.json file. We will set up login information for the Seq browser, generate an API key, and reference it securely in our configuration. This will allow multiple applications and APIs to use the same centralized logging sink. This way, you can monitor, analyze, and troubleshoot across your entire system. Additionally, we’ll explore how to manage different configuration settings for various deployment environments.
The starter project code can be found here: https://github.com/PacktPublishing/ASP.NET-9-Web-API-Cookbook/tree/main/start/chapter05/ConfigureSettings.
Make sure you have the ability to run Seq in a Docker container as per the Technical requirements section at the beginning of this chapter.
http://localhost...