From 1f1eaf027ce57da39a238f1e1b04b2a026f530bb Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Fri, 18 Dec 2020 16:35:06 +0300 Subject: [PATCH] OrchestratorSave - remove extra info from logs (credentials...) --- Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py b/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py index 3f701d57..6f484a2d 100644 --- a/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py +++ b/Sources/pyOpenRPA/Orchestrator/__Orchestrator__.py @@ -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