I have found a reference to having CDC enable can cause this.
I found it and fixed with……
SELECT name,recovery_model_desc,log_reuse_wait_desc,is_cdc_enabled FROM SYS.DATABASES
EXECUTE sys.sp_cdc_disable_db;
I have been able to reduce the logs now, I...