AnderssonPeter / Hangfire.Console.Extensions

Makes it easier to use Hangfire.Console with .net core dependency injection
MIT License
76 stars 14 forks source link

filter logs being sent to hangfire console #15

Closed Abdruggi closed 6 months ago

Abdruggi commented 6 months ago

in your current implementation, all logs are being sent to the hangfire console (e.g EF Core). With my changes, it is possible to set log level filter for categories.

AnderssonPeter commented 6 months ago

Thanks for the PR this seems like a much better way than what we currently use now I just need to figure out if I'm going to keep both or if I should remove the old one.

Abdruggi commented 6 months ago

Do you already know when you will release an updated version on nuget?

AnderssonPeter commented 6 months ago

I'm waiting to see if the hangfire console fork will get merged into the original.