Skip to content

Commit a1e5a3d

Browse files
committed
Link asyncio logger to existing handlers
1 parent 4506765 commit a1e5a3d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cloudbot/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ def _setup():
6262
"cloudbot": {
6363
"level": "DEBUG",
6464
"handlers": ["console", "file"]
65+
},
66+
"asyncio": {
67+
"level": "DEBUG",
68+
"handlers": ["console", "file"]
6569
}
6670
}
6771
}

0 commit comments

Comments
 (0)