registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #26733
[Bug 671704] [NEW] Stats collector failing to parse log lines, server_name match fails
Public bug reported:
The proxy-server log_name is defaulted to 'proxy-server'.
AccessLogProcessor __init__ tries to get server_name from the log-
processor.conf, and when its not defined (like the example conf file),
it default's to 'proxy'. This causes log line parsing to fail.
To avoid having to set 'server_name' = 'proxy-server' in [log-processor-
access], AccessLogProcessor should instead,
def __init__(self, conf):
self.server_name = conf.get('server_name', 'proxy-server')
** Affects: swift
Importance: Undecided
Status: New
--
Stats collector failing to parse log lines, server_name match fails
https://bugs.launchpad.net/bugs/671704
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack Object Storage (swift).
Follow ups
References