Pastinakel

Results 2 issues of Pastinakel

```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...

Hi, as said before by others, it is very hard to get it to work. So I used a different approach (also used by others): a python script that catches...