gerrit/Documentation/cmd-logging-ls-level.txt
Michael Ochmann b99feabd88 Fix formatting of example blocks
With the new stylesheet example blocks (delimited with ====) are
rendered as rather intrusive boxes with large padding in yellow
and grey.

This patch replaces the example blocks with simple code blocks
(delimited with ----) that better match the overall style of the
documentation.

Change-Id: Id95387cdb153332c2066e2d5e378697647dbca52
Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
2016-07-07 14:06:31 +02:00

45 lines
861 B
Plaintext

= gerrit logging ls-level
== NAME
gerrit logging ls-level - view the logging level
gerrit logging ls - view the logging level
== SYNOPSIS
[verse]
--
_ssh_ -p <port> <host> _gerrit logging ls-level_ | _ls_
<NAME>
--
== DESCRIPTION
View the logging level of specified loggers.
== Options
<NAME>::
Display the loggers which contain the input argument in their name. If this
argument is not provided, all loggers will be printed.
== ACCESS
Caller must have the ADMINISTRATE_SERVER capability.
== Examples
View the logging level of the loggers in the package com.google:
----
$ssh -p 29418 review.example.com gerrit logging ls-level \
com.google.
----
View the logging level of every logger
----
$ssh -p 29418 review.example.com gerrit logging ls-level
----
GERRIT
------
Part of link:index.html[Gerrit Code Review]
SEARCHBOX
---------