diff --git a/sources/ingest.py b/sources/ingest.py index 21418b4..f481a98 100644 --- a/sources/ingest.py +++ b/sources/ingest.py @@ -25,6 +25,12 @@ class Ingest(object): def __init__(self): name = self.__class__.__name__ self.log = util.get_logger(name) + self.log.info( + ( + "Starting ingest handler for chunk size of " + f"{CHUNK_SIZE} every {ITER_DELAY} seconds." + ) + ) async def run(self): while True: