mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-06 16:50:01 +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