-
Hi. Is it possible to enable audit logging for Background Jobs? Thx. |
Beta Was this translation helpful? Give feedback.
Answered by
gwilczura
May 11, 2022
Replies: 1 comment 1 reply
-
Ok. I might have just solved my own problem. I'm working on version 4.2. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gwilczura
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok. I might have just solved my own problem. I'm working on version 4.2.
AuditingInterceptor
is significantly different than in the latest one.Thesre is no
ProcessWithNewAuditingScopeAsync
in 4.2 - so since there is noAuditingScope
on theAsyncBackgroundJob
so nothing gets audited.