mirror of
https://gitee.com/quecpython/helios-service.git
synced 2025-05-18 21:58:23 +08:00
fix log standard output error
This commit is contained in:
parent
299a1f6a21
commit
3f1baa61d3
@ -136,7 +136,9 @@ class AbstractFormatUtil(object):
|
||||
|
||||
class LogFormatUtil(AbstractFormatUtil):
|
||||
|
||||
def format(self, *args, **kwargs):
|
||||
@classmethod
|
||||
def format(cls, *args, **kwargs):
|
||||
self = LogFormatUtil()
|
||||
self.time = args[0]
|
||||
self.tag = args[1]
|
||||
self.level = args[2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user