fleet/changes/issue-5572-do-not-flush-errors-automatically
Roberto Dip cba78bdcd1
don't clear errors automatically when reading them from Redis (#5623)
this change prevents errors from being automatically cleared once they are read. A new flag `-flush` is introduced to flush errors on read if necessary.
2022-05-10 11:44:43 -03:00

1 line
154 B
Text

* Don't clear errors from Redis automatically after running `fleetctl debug errors`, but still allow users to clear errors on read via the `-flush` flag.