Skip to content

Commit

Permalink
Add line number to log format
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 10, 2023
1 parent 8a509f1 commit e0856fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main(in_args: list[str] = None):

logging.basicConfig(
level=args.verbosity,
format="%(asctime)s||%(levelname)s||%(module)s||%(message)s",
format="%(asctime)s||%(levelname)s||%(module)s||%(lineno)d||%(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
)

Expand Down

0 comments on commit e0856fc

Please sign in to comment.