With the new stylesheet example blocks (delimited with ====) are rendered as rather intrusive boxes with large padding in yellow and grey. This patch replaces the example blocks with simple code blocks (delimited with ----) that better match the overall style of the documentation. Change-Id: Id95387cdb153332c2066e2d5e378697647dbca52 Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= gerrit logging set-level
 | 
						|
 | 
						|
== NAME
 | 
						|
gerrit logging set-level - set the logging level
 | 
						|
 | 
						|
gerrit logging set - set the logging level
 | 
						|
 | 
						|
== SYNOPSIS
 | 
						|
[verse]
 | 
						|
--
 | 
						|
_ssh_ -p <port> <host> _gerrit logging set-level_ | _set_
 | 
						|
  <LEVEL>
 | 
						|
  <NAME>
 | 
						|
--
 | 
						|
 | 
						|
== DESCRIPTION
 | 
						|
Set the logging level of specified loggers.
 | 
						|
 | 
						|
== Options
 | 
						|
<LEVEL>::
 | 
						|
  Required; logging level for which the loggers should be set.
 | 
						|
  'reset' can be used to revert all loggers back to their level
 | 
						|
  at deployment time.
 | 
						|
 | 
						|
<NAME>::
 | 
						|
  Set the level of the loggers which contain the input argument in their name.
 | 
						|
  If this argument is not provided, all loggers will have their level changed.
 | 
						|
  Note that this argument has no effect if 'reset' is passed in LEVEL.
 | 
						|
 | 
						|
== ACCESS
 | 
						|
Caller must have the ADMINISTRATE_SERVER capability.
 | 
						|
 | 
						|
== Examples
 | 
						|
 | 
						|
Change the logging level of the loggers in the package com.google to DEBUG.
 | 
						|
----
 | 
						|
    $ssh -p 29418 review.example.com gerrit logging set-level \
 | 
						|
     debug com.google.
 | 
						|
----
 | 
						|
 | 
						|
Reset the logging level of every logger to what they were at deployment time.
 | 
						|
----
 | 
						|
    $ssh -p 29418 review.example.com gerrit logging set-level \
 | 
						|
     reset
 | 
						|
----
 | 
						|
 | 
						|
GERRIT
 | 
						|
------
 | 
						|
Part of link:index.html[Gerrit Code Review]
 | 
						|
 | 
						|
SEARCHBOX
 | 
						|
---------
 |