Comment 2 for bug 942986

Revision history for this message
Joseph Heck (heckj) wrote :

No, it's unrelated - the error message you're getting it no python logging handlers in the keystone client code to forward log messages. A root handler enabled in a program should generally take care of that.

This is logging in the keystone.middleware.auth_token which should be applicable to the owning application (nova, glance, etc) so that if the middleware needs or wants to send out a debug log (i.e. to indicate a reason for failure to the system owner), it can. RIght now, there is no logging happening in the middleware.