tone down wsjt logging
This commit is contained in:
@ -16,6 +16,7 @@ from owrx.metrics import Metrics, CounterMetric, DirectMetric
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
|
||||
class WsjtQueueWorker(threading.Thread):
|
||||
|
Reference in New Issue
Block a user