docs: Custom logger support

This commit is contained in:
AURUMVORXX
2025-04-21 02:42:52 +03:00
parent 226598b245
commit 4af7835548

View File

@@ -34,6 +34,7 @@ async def main():
ping_interval=30, ping_interval=30,
silent=False, silent=False,
whitelist=['::1'], whitelist=['::1'],
# logger = YOUR_LOGGER,
) )
try: try:
await srv.start() await srv.start()