implement basic support for auracast over the network

This commit is contained in:
pstruebi
2025-07-22 16:38:43 +02:00
parent c2901849ff
commit fc8341137a
3 changed files with 13 additions and 15 deletions

View File

@@ -632,7 +632,7 @@ async def broadcast(global_conf: auracast_config.AuracastGlobalConfig, big_conf:
if __name__ == "__main__":
import os
logging.basicConfig( #export LOG_LEVEL=INFO
logging.basicConfig( #export LOG_LEVEL=DEBUG
level=os.environ.get('LOG_LEVEL', logging.INFO),
format='%(module)s.py:%(lineno)d %(levelname)s: %(message)s'
)