Skip to content

Commit d3f979f

Browse files
author
Felipe Zimmerle
committed
Makes auditlog more verbose on debug logs
1 parent e09304a commit d3f979f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audit_log/audit_log.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ bool AuditLog::saveIfRelevant(Transaction *transaction) {
274274
bool AuditLog::saveIfRelevant(Transaction *transaction, int parts) {
275275
bool saveAnyway = false;
276276
if (m_status == OffAuditLogStatus || m_status == NotSetLogStatus) {
277+
transaction->debug(5, "Audit log engine was not set.");
277278
return true;
278279
}
279280

0 commit comments

Comments
 (0)