fix: ensure Microsoft.Hosting.Lifetime logs at Information in Development

Allows 'Now listening on: http://...' URLs to appear in console output

Ref: IT-634

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 02:10:57 +03:00
parent 238b798a28
commit 7adce77063
@@ -7,6 +7,7 @@
"Default": "Debug", "Default": "Debug",
"Override": { "Override": {
"Microsoft": "Information", "Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Information", "Microsoft.EntityFrameworkCore": "Information",
"Microsoft.AspNetCore": "Information" "Microsoft.AspNetCore": "Information"
} }