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