Hangfire.JobsLogger icon indicating copy to clipboard operation
Hangfire.JobsLogger copied to clipboard

A Hangfire extension to store a log during job execution.

Results 8 Hangfire.JobsLogger issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

After looking a the Example PNG files, I was able to determine that the JobLogger is embedded in the Dashboard "Jobs". I had to drill down into the Jobs to...

Is it possible to add a search in the log page in order to find log messages related to the search?

enhancement

Bumps [LiteDB](https://github.com/mbdavid/LiteDB) from 5.0.10 to 5.0.13. Release notes Sourced from LiteDB's releases. v5.0.13 Fix security vulnerability in deserialize bad json in .NET 4.5 v5.0.12 Made DiskWriterQueue more reliable so that...

dependencies

Bumps [LiteDB](https://github.com/mbdavid/LiteDB) from 4.1.4 to 5.0.13. Release notes Sourced from LiteDB's releases. v5.0.13 Fix security vulnerability in deserialize bad json in .NET 4.5 v5.0.12 Made DiskWriterQueue more reliable so that...

dependencies

In this commit: https://github.com/raisedapp/Hangfire.JobsLogger/commit/460d651a1cd6359bdace520e45adba670c6c96a3 The jobId is always passed as empty, thus everything logged through the logger provider will be ignored This is probably the safest way to fix it:...