if"DumpLogListRefreshIntervalSecFloat"notininGSettings["Client"]:# Create new ProcessorDict structure
inGSettings["Client"].update({
"DumpLogListRefreshIntervalSecFloat":3.0,# Duration between updates for the Client
"DumpLogListCountInt":100,# Set the max row for the dump
"DumpLogList":[],# Will be filled automatically
"DumpLogListHashStr":None,# Will be filled automatically
})
iflL:lL.warning(f"Backward compatibility (v1.1.20 to v1.2.0): Create new attribute 'Client > DumpLog... with default parameters'")# Log about compatibility
if"Processor"ininGSettings:# Check if Processor exist
# Update Logger
iflLisnotNone:
@ -354,14 +362,6 @@ def Update(inGSettings):
if"VersionStr"notininGSettings:# Create new ProcessorDict structure
inGSettings["VersionStr"]=None
iflL:lL.warning(f"Backward compatibility (v1.1.20 to v1.2.0): Create new attribute 'VersionStr'")# Log about compatibility
if"DumpLogListRefreshIntervalSecFloat"notininGSettings["Client"]:# Create new ProcessorDict structure
inGSettings["Client"].update({
"DumpLogListRefreshIntervalSecFloat":3.0,# Duration between updates for the Client
"DumpLogListCountInt":100,# Set the max row for the dump
"DumpLogList":[],# Will be filled automatically
"DumpLogListHashStr":None,# Will be filled automatically
})
iflL:lL.warning(f"Backward compatibility (v1.1.20 to v1.2.0): Create new attribute 'Client > DumpLog... with default parameters'")# Log about compatibility
if"AgentDict"notininGSettings:# Create new AgentDict structure