Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

logging configuration is being overwritten #8

@meister245

Description

@meister245

Hey,

I'm using your websocket implementation in my project,
I was logging everything to a file and I noticed that after I used your code, it started to display log messages in the terminal.

Your logging configuration is overwriting mine, I fixed the problem by commenting out line 25 in websocket_client.py.

logging.basicConfig(level=logging.DEBUG)

I don't know if there is a more elegant fix, I haven't had experience getting into logging at a deeper level.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions