All you need to know about logging configuration in Asp.Net Core

preview_player
Показать описание
This video is all about logging configuration in ASP.Net Core. It seems like an easy topic, but practice show me that most developers don't know exactly how their logging configuration might affect their application: missing vital logs, over-logging unimportant stuff in production and much more. So, in this video we go into the depths of how log levels and providers can be configured in Asp.Net Core in a granular way.
#AspNetCore #CSharp #DotNet

Chapters
1. Intro: 00:00
2. Logging to EventLog by default: 02:58
Рекомендации по теме
Комментарии
Автор

Thanks a lot, I have been searching for 2 days for this explanation.

AhmedMohamed-btdu
Автор

Very helpful video. I was wondering how actually we use this in production, do we leave the logging at the code base and enable/disable in the appsettings? A video showing how we actually use this in production would be useful. Thank you, really appreciate this video.

victormoreno