Hangfire database logging

We operate a completely independent database for hangfire. We use T-SQL.
During some maintenance I noticed the log file is > 70GB and the logging is set to full.
I’ve tried having a look around and couldn’t seem to find anywhere that definitively states if hangfire requires full logging or not for the database.
We definitely don’t require it for our backup purposes, so can anyone advise if changing the logging type will cause hangfire any issues?