mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-06 23:13:46 +00:00
tone down wsjt logging
This commit is contained in:
parent
57975b6f96
commit
52afe3fb02
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue