Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 1 | = gerrit logging ls-level |
| 2 | |
| 3 | == NAME |
David Shevitz | e369eee | 2018-09-26 12:31:46 -0700 | [diff] [blame] | 4 | gerrit logging ls-level - view the logging level. |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 5 | |
David Shevitz | e369eee | 2018-09-26 12:31:46 -0700 | [diff] [blame] | 6 | gerrit logging ls - view the logging level. |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 7 | |
| 8 | == SYNOPSIS |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 9 | [verse] |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 10 | -- |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 11 | _ssh_ -p <port> <host> _gerrit logging ls-level_ | _ls_ |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 12 | <NAME> |
| 13 | -- |
| 14 | |
| 15 | == DESCRIPTION |
| 16 | View 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 |
| 24 | Caller must have the ADMINISTRATE_SERVER capability. |
| 25 | |
| 26 | == Examples |
| 27 | |
| 28 | View the logging level of the loggers in the package com.google: |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 29 | ---- |
David Shevitz | e369eee | 2018-09-26 12:31:46 -0700 | [diff] [blame] | 30 | $ssh -p 29418 review.example.com gerrit logging ls-level com.google. |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 31 | ---- |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 32 | |
| 33 | View the logging level of every logger |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 34 | ---- |
David Shevitz | e369eee | 2018-09-26 12:31:46 -0700 | [diff] [blame] | 35 | $ssh -p 29418 review.example.com gerrit logging ls-level |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 36 | ---- |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 37 | |
| 38 | GERRIT |
| 39 | ------ |
| 40 | Part of link:index.html[Gerrit Code Review] |
| 41 | |
| 42 | SEARCHBOX |
| 43 | --------- |