File: console-log.rst

package info (click to toggle)
python-openstackclient 2.3.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,376 kB
  • sloc: python: 39,869; makefile: 158; sh: 40
file content (27 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========
console log
===========

Server console text dump

Compute v2

console log show
----------------

Show server's console output

.. program:: console log show
.. code:: bash

    os console log show
        [--lines <num-lines>]
        <server>

.. option:: --lines <num-lines>

    Number of lines to display from the end of the log (default=all)

.. describe:: <server>

    Server to show log console log (name or ID)