1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-12 19:22:30 +00:00

Log functions name

This commit is contained in:
Tlams 2018-02-19 11:46:54 +00:00
parent d818c866f9
commit 1d73310728

View file

@ -72,7 +72,7 @@ class Logger(object):
return self.stdout_logger
def errorout(self, node, errortxt):
def logsout(self, node, errortxt):
now = datetime.datetime.now()
date = now.strftime("%Y-%m-%d %H:%M")
errortxt = re.sub(r"ticket\?(.*?) ", "ticket?username=***YOUR_USER***&password=***PWD***", errortxt)