invisibleroads / invisibleroads/socketIO-client
Logger inherits wrong level
Open
- 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.