tone down wsjt logging
This commit is contained in:
parent
57975b6f96
commit
52afe3fb02
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user