Dominik Guhr

Results 4 comments of Dominik Guhr

Thanks for your quick response. I am fairly new to Quartz.NET and Quartz in general, so could you please elaborate a little more on how to disable the trace context...

I am actually doing that right now. Here's the complete code of my BuildWebHost method: ``` public static IHostBuilder BuildWebHost(string[] args) => Host.CreateDefaultBuilder(args) .ConfigureWebHostDefaults(webBuilder => { webBuilder.UseStartup(); }) .ConfigureLogging((hostingContext, logging)...

@lahma Ok, i digged deeper and could nail it down. Short context: I have two pipelines, both with deployment to same docker host. One pipeline deployment worked, the other not....

okay, damnit. wrong account used :) you can find the repo with frontend, backend and mail-service in MY account ;)