diff --git a/source/Program.cs b/source/Program.cs index 11cc9f9..d3c4826 100644 --- a/source/Program.cs +++ b/source/Program.cs @@ -39,7 +39,7 @@ public static async Task Main(string[] args) .Enrich.WithProperty("ApplicationSet", "TeamCityBuildStatsScraper") .Enrich.WithProperty("Application", "TeamCityBuildStatsScraper") .Enrich.WithProperty("Version", appVersion) - .WriteTo.Console(LogEventLevel.Debug); + .WriteTo.Console(LogEventLevel.Information); if (!string.IsNullOrEmpty(config["SEQ_URL"])) loggerConfiguration.WriteTo.Seq(config["SEQ_URL"], apiKey: config["SEQ_API_KEY"], controlLevelSwitch: levelSwitch);