Skip to content

Commit

Permalink
remove logging.basicConfig()
Browse files Browse the repository at this point in the history
Avoid polluting other packages

closes #2477
  • Loading branch information
predragnikolic committed May 20, 2024
1 parent fc5a7c7 commit 60e1768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/websocket_server/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from socketserver import ThreadingMixIn, TCPServer, StreamRequestHandler

logger = logging.getLogger(__name__)
logging.basicConfig()

'''
+-+-+-+-+-------+-+-------------+-------------------------------+
Expand Down

0 comments on commit 60e1768

Please sign in to comment.