1
0
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:
Игорь Чудов 2020-07-27 20:07:51 +04:00
parent 93017b2766
commit 67e3a18547
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -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