blob: ee015bb0de24ac665f1dcea7843c72f1a7f90bf0 [file] [log] [blame]
Simon Leic331a4e2014-08-08 11:12:38 -04001= gerrit logging ls-level
2
3== NAME
4gerrit logging ls-level - view the logging level
5
6gerrit logging ls - view the logging level
7
8== SYNOPSIS
Michael Ochmanne2d76a12016-06-23 17:07:37 +02009[verse]
Simon Leic331a4e2014-08-08 11:12:38 -040010--
Michael Ochmanne2d76a12016-06-23 17:07:37 +020011_ssh_ -p <port> <host> _gerrit logging ls-level_ | _ls_
Simon Leic331a4e2014-08-08 11:12:38 -040012 <NAME>
13--
14
15== DESCRIPTION
16View the logging level of specified loggers.
17
18== Options
19<NAME>::
20 Display the loggers which contain the input argument in their name. If this
21 argument is not provided, all loggers will be printed.
22
23== ACCESS
24Caller must have the ADMINISTRATE_SERVER capability.
25
26== Examples
27
28View the logging level of the loggers in the package com.google:
Michael Ochmannb99feab2016-07-06 14:10:22 +020029----
Simon Leic331a4e2014-08-08 11:12:38 -040030 $ssh -p 29418 review.example.com gerrit logging ls-level \
31 com.google.
Michael Ochmannb99feab2016-07-06 14:10:22 +020032----
Simon Leic331a4e2014-08-08 11:12:38 -040033
34View the logging level of every logger
Michael Ochmannb99feab2016-07-06 14:10:22 +020035----
Simon Leic331a4e2014-08-08 11:12:38 -040036 $ssh -p 29418 review.example.com gerrit logging ls-level
Michael Ochmannb99feab2016-07-06 14:10:22 +020037----
Simon Leic331a4e2014-08-08 11:12:38 -040038
39GERRIT
40------
41Part of link:index.html[Gerrit Code Review]
42
43SEARCHBOX
44---------