how to enable logging of keystonemiddleware and keystoneclient ?
Hello,
Services like swift makes use of keystonemiddleware(auth_token) and keystoneclient for communication with keystone and token validation. If something is wrong in one of keystonemiddleware and keystoneclient how can one debug the issue ?
Is there any inherent logging mechanism which can be enabled to get the debug logs of keystonemiddleware and keystoneclient ?
What is the default location of keystonemiddleware and keystoneclient logging ?
-Thanks