overdue update
This commit is contained in:
4
base.py
4
base.py
@@ -398,7 +398,7 @@ class BaseWindow(QMainWindow):
|
||||
|
||||
self.logging = logging
|
||||
#self.logging.basicConfig(filename=self.stdlog_dest, level=logging.DEBUG)
|
||||
self.logging.basicConfig(level=logging.DEBUG)
|
||||
self.logging.basicConfig(level=logging.NOTSET)
|
||||
self.logger = self.logging.getLogger(__name__)
|
||||
self.logger.info("Logging activated")
|
||||
|
||||
@@ -533,7 +533,7 @@ class BaseWindow(QMainWindow):
|
||||
self.mainwindow.setMinimumWidth(SLS_CENTRAL_WIDGET_MINIMUM_WIDTH)
|
||||
|
||||
self.setCentralWidget(self.mainwindow)
|
||||
self.show_log_message(MsgSeverity.INFO, _pymodule, _line(),
|
||||
self.show_log_message(MsgSeverity.INFO.name, _pymodule, _line(),
|
||||
"Application configured")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user