invisibleroads / invisibleroads/socketIO-client

Logger inherits wrong level

Open
#217 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
441
Forks
204
PR merge metrics
No merged PRs in 30d

Description

```python
import logging
logging.getLogger('socketIO-client').setLevel(logging.INFO)
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s.%(msecs)03d %(levelname)s %(name)s:\t%(message)s', datefmt='%H:%M:%S')
logger = logging.getLogger()
```

I want my script code DEBUG but the socketIO INFO but those long debug lines from socketIO keep coming. What am I doing wrong?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.