From 06bf733ae9aaac4fe631ce48fe11604a12615f21 Mon Sep 17 00:00:00 2001 From: real-zony Date: Tue, 12 Dec 2023 22:45:37 +0800 Subject: [PATCH] fix: Fixed the issue where logs were not displaying. --- src/ZonyLrcTools.Cli/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ZonyLrcTools.Cli/Program.cs b/src/ZonyLrcTools.Cli/Program.cs index 293c081..199e4ed 100644 --- a/src/ZonyLrcTools.Cli/Program.cs +++ b/src/ZonyLrcTools.Cli/Program.cs @@ -78,6 +78,7 @@ namespace ZonyLrcTools.Cli private static Task BuildHostedService(string[] args) { return new HostBuilder() + .ConfigureLogging(l => l.AddSerilog()) .ConfigureHostConfiguration(builder => { builder