general: enhancle logging for various modules
This commit is contained in:
parent
ea195e3d17
commit
f28f68b14b
5 changed files with 36 additions and 23 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue