diff options
Diffstat (limited to 'geo-replication')
| -rw-r--r-- | geo-replication/syncdaemon/gsyncd.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/gsyncd.py b/geo-replication/syncdaemon/gsyncd.py index 1a812ca8710..ef6db744e46 100644 --- a/geo-replication/syncdaemon/gsyncd.py +++ b/geo-replication/syncdaemon/gsyncd.py @@ -73,6 +73,7 @@ class GLogger(Logger):          logging.setLoggerClass(cls)          logging.getLogger().handlers = []          logging.getLogger().setLevel(lprm['level']) +        logging.Formatter.converter = time.gmtime  # Log in GMT/UTC time          if 'filename' in lprm:              try:  | 
