mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Logging format changed (separator is now '|')
This commit is contained in:
parent
93017b2766
commit
67e3a18547
@ -48,7 +48,7 @@ class slogm(object):
|
||||
|
||||
kwa = encoder().encode(args)
|
||||
|
||||
result = '{}:{}:{}'.format(now.rpartition('.')[0], self.message, kwa)
|
||||
result = '{}|{}|{}'.format(now.rpartition('.')[0], self.message, kwa)
|
||||
|
||||
return result
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user