Skip to content

Commit

Permalink
Improve demo logging
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jun 30, 2020
1 parent 8d9bb94 commit afdbe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def connection_from_url(url):


if __name__ == '__main__':
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.INFO, format='%(relativeCreated)d\t%(levelname)s\t%(name)s\t%(message)s')
parser = get_options()
options = parser.parse_args()
parameters = {}
Expand Down

0 comments on commit afdbe4b

Please sign in to comment.