Skip to content

Commit

Permalink
Merge pull request #133 from con/gh-130
Browse files Browse the repository at this point in the history
Log tinuous version at start of run
  • Loading branch information
yarikoptic authored Aug 11, 2021
2 parents 3b67121 + 7e64d8c commit ba81776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tinuous/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def main(ctx: click.Context, config: str, log_level: int, env: Optional[str]) ->
datefmt="%Y-%m-%dT%H:%M:%S%z",
level=log_level,
)
log.info("tinuous %s", __version__)
ctx.obj = config


Expand Down

0 comments on commit ba81776

Please sign in to comment.