mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-23 08:40:21 +01:00
turn off debug logging for now
This commit is contained in:
parent
6b43ddf920
commit
f018ef1d81
|
|
@ -13,6 +13,7 @@ from datetime import datetime, timedelta
|
|||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
|
||||
class UnknownFeatureException(Exception):
|
||||
|
|
|
|||
Loading…
Reference in a new issue