Implement elasticsearch operational logging for utility scripts like `storage_rebalance.rb` and `storage_revert.rb`
Implement elasticsearch operational logging for utility scripts like storage_rebalance.rb
and storage_revert.rb
.
Got the idea for this one from @cmiskell.
Just wondering if you're aware of SemanticLogger (https://github.com/rocketjob/semantic_logger)? Delivery use this by preference, and I did also in https://gitlab.com/gitlab-com/gl-infra/infra-vault/-/tree/master/backup_job when prompted. It does a lot of handy things, including logging to ElasticSearch if desired. Not critical, but might be nice.