mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
It would be convenient to be able to enable special logging for
various components that openstack uses. The biggest thing is
the --debug prints a lot of information when often all I want to
see is the outgoing requests/responses. To get just that logged
you would put this in your clouds.yaml:
logging:
keystoneclient.session: debug
Closes-Bug: #1484660
Change-Id: I15c2607e8262f10903dd831ee8622fb5d6315310
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| availability_zone.py | ||
| clientmanager.py | ||
| command.py | ||
| commandmanager.py | ||
| configuration.py | ||
| exceptions.py | ||
| extension.py | ||
| limits.py | ||
| logs.py | ||
| module.py | ||
| parseractions.py | ||
| quota.py | ||
| session.py | ||
| timing.py | ||
| utils.py | ||