Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit c6d04c0

Browse files
Merge pull request #12 from stone-payments/fix/audit-exception
Remove to_nice_json from audit config template file
2 parents 9cdcb4f + 3c3345f commit c6d04c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/mongod.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ systemLog:
127127
{% if mongodb_config['auditLog'] is defined -%}
128128
auditLog:
129129
{% for key, value in mongodb_config['auditLog'].items() -%}
130-
{{ key }}: {{ value | to_nice_json }}
130+
{{ key }}: {{ value }}
131131
{% endfor %}
132132
{% endif %}
133133

0 commit comments

Comments
 (0)