]> git.ipfire.org Git - thirdparty/tornado.git/commit
autoreload: Remove calls to logging.basicConfig 3135/head
authorBen Darnell <ben@bendarnell.com>
Fri, 22 Apr 2022 14:37:47 +0000 (10:37 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 22 Apr 2022 14:48:05 +0000 (10:48 -0400)
commitf72d33f9648df064e6526348011f15e5425bfbde
tree04e0e4a239974b706667d8c0437a84d9a39f3f64
parent1519deadf29bf9f467340b68c37df9f07aea2b84
autoreload: Remove calls to logging.basicConfig

This is unnecessary since python 3.2 added a default logger of
last resort (and the two calls that precede "info" log messages
didn't do anything in the first place since basicConfig only logs
warnings and higher).

Fixes the second part of #2961
tornado/autoreload.py