Skip to content

Commit 2ab6c8b

Browse files
authored
Merge pull request #13321 from DefectDojo/audit-log-default
Update default audit log type to django-auditlog
2 parents 62d52f8 + fad261f commit 2ab6c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
# a big performance hit. Especially during (re-)imports.
324324
DD_ENABLE_AUDITLOG=(bool, True),
325325
# Audit logging system: "django-auditlog" (default) or "django-pghistory"
326-
DD_AUDITLOG_TYPE=(str, "django-pghistory"),
326+
DD_AUDITLOG_TYPE=(str, "django-auditlog"),
327327
# Specifies whether the "first seen" date of a given report should be used over the "last seen" date
328328
DD_USE_FIRST_SEEN=(bool, False),
329329
# When set to True, use the older version of the qualys parser that is a more heavy handed in setting severity

0 commit comments

Comments
 (0)