fix: Fixed the issue where logs were not displaying.

This commit is contained in:
real-zony 2023-12-12 22:45:37 +08:00
parent dfe18d8541
commit 06bf733ae9

View File

@ -78,6 +78,7 @@ namespace ZonyLrcTools.Cli
private static Task<int> BuildHostedService(string[] args)
{
return new HostBuilder()
.ConfigureLogging(l => l.AddSerilog())
.ConfigureHostConfiguration(builder =>
{
builder