mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 17:19:34 +01:00
Disable logs by default
This commit is contained in:
parent
bb4a9fe645
commit
d877d383a4
@ -1,5 +1,10 @@
|
||||
import logging
|
||||
|
||||
from loguru import logger
|
||||
|
||||
logger.disable("batdetect2")
|
||||
|
||||
|
||||
numba_logger = logging.getLogger("numba")
|
||||
numba_logger.setLevel(logging.WARNING)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user