blob: fb1fb33efd7cc43218f045b6d097b60b971c93ae [file] [log] [blame]
Simon Leic331a4e2014-08-08 11:12:38 -04001= gerrit logging ls-level
2
3== NAME
David Shevitze369eee2018-09-26 12:31:46 -07004gerrit logging ls-level - view the logging level.
Simon Leic331a4e2014-08-08 11:12:38 -04005
David Shevitze369eee2018-09-26 12:31:46 -07006gerrit logging ls - view the logging level.
Simon Leic331a4e2014-08-08 11:12:38 -04007
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----
David Shevitze369eee2018-09-26 12:31:46 -070030$ssh -p 29418 review.example.com gerrit logging ls-level com.google.
Michael Ochmannb99feab2016-07-06 14:10:22 +020031----
Simon Leic331a4e2014-08-08 11:12:38 -040032
33View the logging level of every logger
Michael Ochmannb99feab2016-07-06 14:10:22 +020034----
David Shevitze369eee2018-09-26 12:31:46 -070035$ssh -p 29418 review.example.com gerrit logging ls-level
Michael Ochmannb99feab2016-07-06 14:10:22 +020036----
Simon Leic331a4e2014-08-08 11:12:38 -040037
38GERRIT
39------
40Part of link:index.html[Gerrit Code Review]
41
42SEARCHBOX
43---------