OrchestratorSave - remove extra info from logs (credentials...)

dev-linux
Ivan Maslov 4 years ago
parent 6cb4705551
commit 1f1eaf027c

@ -160,7 +160,7 @@ def OrchestratorSessionSave(inGSettings=None): ## Orchestrator session save
if inGSettings is not None:
lL = inGSettings["Logger"]
if lL: lL.info(
f"Orchestrator has dump the RDP list before the restart. The RDP List is {inGSettings['RobotRDPActive']['RDPList']}")
f"Orchestrator has dump the RDP list before the restart.")
return True
#Check is client is has access for the key list

Loading…
Cancel
Save