This commit is contained in:
2021-12-24 17:27:00 +00:00
parent e698554a6c
commit 4a345a15a6

View File

@@ -308,7 +308,7 @@ namespace AyaNova
public static IHostBuilder BuildHost(string[] args, NLog.Logger logger)
{
logger.LogTrace("Building host");
logger.Trace("Building host");
var configuration = new ConfigurationBuilder().AddCommandLine(args).Build();
return Host.CreateDefaultBuilder(args)