aboutsummaryrefslogtreecommitdiff
path: root/scripts/redis_logger.py
AgeCommit message (Collapse)Author
2024-10-24Add handler to send log messages to specific Redis listFrederick Muriuki Muriithi
Class `RedisMessageListHandler` builds a log handler that pushes any messages logged out to the redis list specified by its `fullyqualifiedkey` argument.
2024-01-23Update scripts to use redis prefix.Frederick Muriuki Muriithi
2024-01-15Extract common structure into separate modules.Frederick Muriuki Muriithi
2024-01-09Fix linting errorsFrederick Muriuki Muriithi
2024-01-09scripts: Log to redisFrederick Muriuki Muriithi
Add a logger that will log output to a redis list. This will be useful to retrieve the output(s) of the running script to help display some form of progress to the user.