pieceofsummer / Hangfire.Console

Job console extension for Hangfire
MIT License
436 stars 80 forks source link

Processing log formatting missing #108

Closed mack0196 closed 3 years ago

mack0196 commented 3 years ago

I am running Hangfire on a stateless Service Fabric ASPNET site; the problem I have is the presentation formatting is missing for the log panel (no background color, no padding between timestamp and log text, no progress bar).

I have added the ContinuationJob and SampleJob from the SampleWithSerilog and matched the Serilog LogConfiguration and IServiceCollection setup.

Because of the was I host the web project, I need to specify a prefixpath in UserHangfireDashboard options; I mention this in case my issue is related to a relative path of a CSS. image

image

mack0196 commented 3 years ago

Clearing cache resolved my issue.