Comment 4 for bug 1294789

Revision history for this message
gordon chung (chungg) wrote :

Nadya, let's try setting Ceilometer's log level.

ie.
here: https://github.com/openstack/ceilometer/blob/master/ceilometer/objectstore/swift_middleware.py#L73
we can add: self.logger.logger.setLevel(logging.WARNING)

that way we should only see logs for warning and above related to ceilometer i think.