general: enhancle logging for various modules

This commit is contained in:
karlicoss 2023-10-29 21:58:13 +00:00
parent ea195e3d17
commit 163504c571
5 changed files with 36 additions and 23 deletions

View file

@ -46,6 +46,8 @@ def inputs() -> Sequence[Path]:
def events() -> Iterable[Res[Event]]:
last = max(inputs())
logger.info(f'extracting data from {last}')
# a bit naughty and ad-hoc, but we will generify reading from tar.gz. once we have more examples
# another one is zulip archive
if last.is_dir():