Skip to content

Commit e2da30e

Browse files
committed
qtvcp: let dialogMixin.py log level follow debug switch in ini file
1 parent b95f55a commit e2da30e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/python/qtvcp/widgets/dialogMixin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
from PyQt5.QtWidgets import (QDesktopWidget, QLabel,QMessageBox)
1+
from PyQt5.QtWidgets import (QDesktopWidget, QMessageBox)
22
from qtvcp.widgets.widget_baseclass import _HalWidgetBase
33
from qtvcp import logger
44

55
LOG = logger.getLogger(__name__)
66
# Force the log level for this module
7-
LOG.setLevel(logger.DEBUG) # One of DEBUG, INFO, WARNING, ERROR, CRITICAL
7+
#LOG.setLevel(logger.DEBUG) # One of DEBUG, INFO, WARNING, ERROR, CRITICAL
88

99
#########################################
1010
# geometry helper functions

0 commit comments

Comments
 (0)