corretti livelli debug
This commit is contained in:
@@ -71,7 +71,6 @@ class fancyLogger(QObject):
|
||||
def warn(self, msg="Undefined Warning"):
|
||||
print(self.LYELLOW, end='')
|
||||
self.LOGGER.warning(msg)
|
||||
self.LOGGER.
|
||||
print(self.RST, end='')
|
||||
self.sendLog.emit(f"<FONT COLOR='##fc9403'>WARNING | {msg} </br>")
|
||||
pass
|
||||
|
||||
@@ -24,7 +24,7 @@ class bananaSPLITTER(QObject):
|
||||
self.duplicateNumber=0
|
||||
#self.log.debug(f"Configurazione: \n {json.dumps(fileParams, indent=2)}")
|
||||
if fileParams is not None:
|
||||
self.log.info("Sto operando sul file: {}..".format(self.fileParams['name']))
|
||||
self.log.debug("Sto operando sul file: {}..".format(self.fileParams['name']))
|
||||
self.paths = self.fileParams['paths']
|
||||
self.docStruct = self.fileParams['docStruct']
|
||||
self.settings = self.fileParams['settings']
|
||||
|
||||
Reference in New Issue
Block a user