logging: cleanup unnecesary lines

This commit is contained in:
alfrix
2022-03-21 06:34:02 -03:00
parent 50e72b0308
commit 5286e433fe
2 changed files with 4 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ from ks_includes.printer import Printer
from ks_includes.config import KlipperScreenConfig
from panels.base_panel import BasePanel
logging.getLogger("urllib3").setLevel(logging.WARNING)
logging.getLogger('matplotlib').setLevel(logging.WARNING)
# This is here to avoid performance issues opening bed_mesh
import matplotlib.pyplot # noqa