1
SOLVED: Output of Microsoft.Extensions.Logging in a MAUI app
(programming.dev)
I got the solution from someone on Mastodon. Add the following line to MauiProgram.cs and it works...
builder.Logging.SetMinimumLevel(LogLevel.Debug);