mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-02-13 10:54:27 +01:00
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 a new issue