Skip to content

Commit

Permalink
Set Resume to False as default in fullConfig #26
Browse files Browse the repository at this point in the history
Fix bad default #26
  • Loading branch information
ddbnl authored May 3, 2022
1 parent e3e4be9 commit 00fb9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigExamples/fullConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ collect: # Settings determining which audit logs to collect and how to do it
retryCooldown: 3 # Seconds to wait before retrying retrieving a content blob
autoSubscribe: True # Automatically subscribe to collected content types. Never unsubscribes from anything.
skipKnownLogs: True # Remember retrieved log ID's, don't collect them twice
resume: True # Remember last run time, resume collecting from there next run
resume: False # Remember last run time, resume collecting from there next run
hoursToCollect: 24 # Look back this many hours for audit logs (can be overwritten by resume)
filter: # Only logs that match ALL filters for a content type are collected. Leave empty to collect all
Audit.General:
Expand Down

0 comments on commit 00fb9c6

Please sign in to comment.