tone down wsjt logging

This commit is contained in:
Jakob Ketterl 2019-09-22 12:57:59 +02:00
parent 57975b6f96
commit 52afe3fb02
1 changed files with 1 additions and 0 deletions

View File

@ -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):