-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels