| = gerrit logging ls-level |
| gerrit logging ls-level - view the logging level. |
| gerrit logging ls - view the logging level. |
| _ssh_ -p <port> <host> _gerrit logging ls-level_ | _ls_ |
| View the logging level of specified loggers. |
| Display the loggers which contain the input argument in their name. If this |
| argument is not provided, all loggers will be printed. |
| Caller must have the ADMINISTRATE_SERVER capability. |
| 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 |
| Part of link:index.html[Gerrit Code Review] |