dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.

Home Page:http://www.dolittle.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booting fails when the Logger is set to Serilog and the Verbose logging level is selected

smithmx opened this issue · comments

https://github.com/dolittle-fundamentals/DotNET.Fundamentals/blob/adec777895b23e35152e677ee94c723a6c9a741c/Source/Logging/Booting/BootLogMessageWriterCreator.cs#L42

In an ASPNET.Core app, configuring Serilog as the logger via the Microsoft.Extensions.Logger interfact works until you choose "Verbose" as the logging level. Microsoft uses "Trace" instead.

┆Issue is synchronized with this Asana task

This issue has been fixed in dolittle-obsolete/DotNET.Fundamentals#319 and will be a part of the upcoming 5.0.0 release.