This commit is contained in:
Marco Ochse
2018-05-09 14:29:06 +00:00
parent 94af9493b1
commit 731e18d083
3 changed files with 11 additions and 7 deletions

View File

@ -150,7 +150,7 @@ class WebLogicHandler(SimpleHTTPRequestHandler):
def log_message(self, format, *args):
self.logger.debug("{'timestamp': '%s', 'src_ip': '%s', 'payload_printable': '%s'}" %
(datetime.datetime.utcnow().isoformat(),
(datetime.datetime.now().isoformat(),
self.client_address[0],
format % args))