Skip to content

Commit

Permalink
Merge pull request #12 from stone-payments/fix/audit-exception
Browse files Browse the repository at this point in the history
Remove to_nice_json from audit config template file
  • Loading branch information
carlos-gonzaga authored Jul 1, 2021
2 parents 9cdcb4f + 3c3345f commit c6d04c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mongod.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ systemLog:
{% if mongodb_config['auditLog'] is defined -%}
auditLog:
{% for key, value in mongodb_config['auditLog'].items() -%}
{{ key }}: {{ value | to_nice_json }}
{{ key }}: {{ value }}
{% endfor %}
{% endif %}

Expand Down

0 comments on commit c6d04c0

Please sign in to comment.