Skip to content

Commit

Permalink
Fix issue with maxfilesize metric convention showing error with zk co…
Browse files Browse the repository at this point in the history
…mmands (#202)
  • Loading branch information
tr0k authored Jan 22, 2025
1 parent 0926a6e commit 5ea1f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
$maxbackupindex = 20
$extra_appenders = {}
$audit_threshold = 'INFO'
$audit_maxfilesize = '10M'
$audit_maxfilesize = '10MB'
$audit_maxbackupindex = '10'
$logrotate_days = 7
$logrotate_timebased = false
Expand Down

0 comments on commit 5ea1f7d

Please sign in to comment.