]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use `log_exception` method in WebSocketProtocol instead of 2374/head
authorAlexei Pertsev <oeermanz@gmail.com>
Thu, 3 May 2018 15:33:30 +0000 (18:33 +0300)
committerAlexei Pertsev <oeermanz@gmail.com>
Thu, 3 May 2018 15:46:49 +0000 (18:46 +0300)
commit5e59d0b4f6280a7c66b0c310c3fb6bc4fc2cbfe9
tree0fb8bb771d45443ea7c2867c36896264a553b7bd
parent527e6c3918000837f9ed097c0fb04fac297faa9f
Use `log_exception` method in WebSocketProtocol instead of
custom logging. It is usefull if we need to add some custom
handlers for all unexpected exceptions for example.
tornado/websocket.py