ShokoAnime / ShokoServer

Repository for Shoko Server.
http://shokoanime.com/shoko-server/
MIT License
391 stars 75 forks source link

Add logging for exceptions thrown from Quartz Jobs #1137

Closed Mik1ll closed 2 months ago

Mik1ll commented 3 months ago

Seems to work, the exceptions appeared in the webui, console, and file.

An alternative would be to uncomment line 23 in BaseJob.cs. That would only log exceptions from Process(). LogProvider.SetLogProvider could probably log something other than exceptions, I haven't tested it though.