mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-13 03:32:16 +00:00
Log functions name
This commit is contained in:
parent
d818c866f9
commit
1d73310728
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Logger(object):
|
||||||
|
|
||||||
return self.stdout_logger
|
return self.stdout_logger
|
||||||
|
|
||||||
def errorout(self, node, errortxt):
|
def logsout(self, node, errortxt):
|
||||||
now = datetime.datetime.now()
|
now = datetime.datetime.now()
|
||||||
date = now.strftime("%Y-%m-%d %H:%M")
|
date = now.strftime("%Y-%m-%d %H:%M")
|
||||||
errortxt = re.sub(r"ticket\?(.*?) ", "ticket?username=***YOUR_USER***&password=***PWD***", errortxt)
|
errortxt = re.sub(r"ticket\?(.*?) ", "ticket?username=***YOUR_USER***&password=***PWD***", errortxt)
|
||||||
|
|
Loading…
Reference in a new issue