mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virsh: Update virsh man page
Valid loglevel range for virsh is 0-4. Update virsh man page accordingly. Also explain virsh ENV variables and values. Signed-off-by: Supriya Kannery <supriyak@in.ibm.com>
This commit is contained in:
parent
f580a33ffd
commit
c444721b9d
@ -72,7 +72,7 @@ instead of the default connection.
|
|||||||
=item B<-d>, B<--debug> I<LEVEL>
|
=item B<-d>, B<--debug> I<LEVEL>
|
||||||
|
|
||||||
Enable debug messages at integer I<LEVEL> and above. I<LEVEL> can
|
Enable debug messages at integer I<LEVEL> and above. I<LEVEL> can
|
||||||
range from 0 (default) to 5.
|
range from 0 (default) to 4.
|
||||||
|
|
||||||
=item B<-l>, B<--log> I<FILE>
|
=item B<-l>, B<--log> I<FILE>
|
||||||
|
|
||||||
@ -1560,6 +1560,34 @@ of C<virsh>
|
|||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
|
=item VIRSH_DEBUG=<0 to 4>
|
||||||
|
|
||||||
|
Turn on verbose debugging of virsh commands. Valid levels are
|
||||||
|
|
||||||
|
=item * VIRSH_DEBUG=0
|
||||||
|
|
||||||
|
DEBUG - Messages at ALL levels get logged
|
||||||
|
|
||||||
|
=item * VIRSH_DEBUG=1
|
||||||
|
|
||||||
|
INFO - Logs messages at levels INFO, NOTICE, WARNING and ERROR
|
||||||
|
|
||||||
|
=item * VIRSH_DEBUG=2
|
||||||
|
|
||||||
|
NOTICE - Logs messages at levels NOTICE, WARNING and ERROR
|
||||||
|
|
||||||
|
=item * VIRSH_DEBUG=3
|
||||||
|
|
||||||
|
WARNING - Logs messages at levels WARNING and ERROR
|
||||||
|
|
||||||
|
=item * VIRSH_DEBUG=4
|
||||||
|
|
||||||
|
ERROR - Messages at only ERROR level gets logged.
|
||||||
|
|
||||||
|
=item VIRSH_LOG_FILE=C<LOGFILE>
|
||||||
|
|
||||||
|
The file to log virsh debug messages.
|
||||||
|
|
||||||
=item VIRSH_DEFAULT_CONNECT_URI
|
=item VIRSH_DEFAULT_CONNECT_URI
|
||||||
|
|
||||||
The hypervisor to connect to by default. Set this to a URI, in the same
|
The hypervisor to connect to by default. Set this to a URI, in the same
|
||||||
|
Loading…
x
Reference in New Issue
Block a user