Enable maximum logging
This commit is contained in:
parent
02f2569c10
commit
5d94829249
1 changed files with 3 additions and 2 deletions
|
|
@ -8,8 +8,9 @@ from join_rooms import join_rooms # List of rooms kept in separate file, which i
|
|||
|
||||
# Turn all debugging on
|
||||
asyncio.get_event_loop().set_debug(True)
|
||||
logging.getLogger("asyncio").setLevel(logging.INFO)
|
||||
logging.getLogger("yaboli").setLevel(logging.DEBUG)
|
||||
#logging.getLogger("asyncio").setLevel(logging.INFO)
|
||||
#logging.getLogger("yaboli").setLevel(logging.DEBUG)
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
class PointDB(yaboli.Database):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue