log all SQL queries that Hangfire sends to database

52 Views Asked by At

I am currently using Hangfire 1.8.4 in my project, with SQL Server as job storage (using Hangfire.SqlServer 1.8.4). I am trying to find a way to log all SQL queries that Hangfire sends to my SQL Server database for execution.

0

There are 0 best solutions below