diff options
| author | Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com> | 2015-05-29 20:39:24 +0900 |
|---|---|---|
| committer | TerryHowe <terrylhowe@gmail.com> | 2015-08-08 10:02:46 -0600 |
| commit | e23dd6de5854fcc8ff76fe1b51eb46162770d9cc (patch) | |
| tree | fc82a71a3226d3032eb2a380fef1984bcffc45fb /doc/source/man | |
| parent | 46cc7d12ad202184917822dfa16dc66d066c8538 (diff) | |
| download | python-openstackclient-e23dd6de5854fcc8ff76fe1b51eb46162770d9cc.tar.gz | |
Set up every time record log in file
This will allow users to record logs of all their commands into
a predefined log file, in clouds.yaml. The log should have a
format similar to that of oslo.log.
Change-Id: I1b334bf429d575fc25809c9706fc0b11116be3f1
Implements: blueprint every-time-record-log-in-file
Diffstat (limited to 'doc/source/man')
| -rw-r--r-- | doc/source/man/openstack.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index 53bf3629..3e47635e 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -123,6 +123,18 @@ OPTIONS :option:`--os-interface` <interface> Interface type. Valid options are `public`, `admin` and `internal`. +:option:`--log-file` <LOGFILE> + Specify a file to log output. Disabled by default. + +:option:`-v, --verbose` + Increase verbosity of output. Can be repeated. + +:option:`-q, --quiet` + suppress output except warnings and errors + +:option:`--debug` + show tracebacks on errors and set verbosity to debug + COMMANDS ======== @@ -240,6 +252,15 @@ When :option:`--os-token` and :option:`--os-url` are both present the :option:`--os-auth-url` and :option:`--os-username` are present ``password`` auth type is selected. +Logging Settings +---------------- + +:program:`openstack` can record the operation history by logging settings +in configuration file. Recording the user operation, it can identify the +change of the resource and it becomes useful information for troubleshooting. + +See :doc:`../configuration` about Logging Settings for more details. + NOTES ===== |
