Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 1 | = gerrit logging ls-level |
| 2 | |
| 3 | == NAME |
| 4 | gerrit logging ls-level - view the logging level |
| 5 | |
| 6 | gerrit logging ls - view the logging level |
| 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 | ---- |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 30 | $ssh -p 29418 review.example.com gerrit logging ls-level \ |
| 31 | com.google. |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 32 | ---- |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 33 | |
| 34 | View the logging level of every logger |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 35 | ---- |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 36 | $ssh -p 29418 review.example.com gerrit logging ls-level |
Michael Ochmann | b99feab | 2016-07-06 14:10:22 +0200 | [diff] [blame] | 37 | ---- |
Simon Lei | c331a4e | 2014-08-08 11:12:38 -0400 | [diff] [blame] | 38 | |
| 39 | GERRIT |
| 40 | ------ |
| 41 | Part of link:index.html[Gerrit Code Review] |
| 42 | |
| 43 | SEARCHBOX |
| 44 | --------- |