Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
apiserver/observer: Logging of Ping requests & replies #7612
Conversation
mjs
changed the base branch from
develop
to
2.2
Jul 10, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 2341dc3
into
juju:2.2
Jul 10, 2017
1 check passed
github-check-merge-juju
Ran tests against PR. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
mjs
deleted the
mjs:ping-logging
branch
Jul 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedJul 10, 2017
•
Edited 1 time
-
mjs
Jul 10, 2017
Description of change
To reduce log noise, ping requests and replies weren't being logged but
this makes it more difficult to debug ping related issues. Pings are
now logged to a separate logger (juju.apiserver.ping) and are logged
at TRACE. This means they aren't included by default but can be
observed when required.
QA steps
Bootstrap a controller and deploy some units. Wait a while and observe that no ping logs are seen and that other request/reply logging works as before.
Increase the log level on juju.apiserver.ping:
Observe that juju.apiserver.ping logs are seen:
Documentation changes
N.A.
Bug reference
N.A.