mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
3 lines
85 B
Python
3 lines
85 B
Python
from . import logging
|
|
|
|
SUITES = [(logging, 1000), (logging, 10000), (logging, None)]
|