mirror of
https://github.com/element-hq/synapse.git
synced 2025-04-16 09:18:29 +00:00
4 lines
85 B
Python
4 lines
85 B
Python
|
from . import logging
|
||
|
|
||
|
SUITES = [(logging, 1000), (logging, 10000), (logging, None)]
|