Would allow us to quickly identify the good from the bad. Could use it along with "grep -v INFO" and the like.
Could also add a label to debug logs if enabled.
Example:
Index example-000001 meets required days to rollover but is not larger than 10 gb. Skipping
Becomes:
INFO: Index example-000001 meets required days to rollover but is not larger than 10 gb. Skipping
Would allow us to quickly identify the good from the bad. Could use it along with "grep -v INFO" and the like.
Could also add a label to debug logs if enabled.
Example:
Index example-000001 meets required days to rollover but is not larger than 10 gb. SkippingBecomes:
INFO: Index example-000001 meets required days to rollover but is not larger than 10 gb. Skipping