CLI Reference Guide    Syslog Configuration Commands 
 
Logs are allowed to be displayed on different devices. 
Global configuration mode. 
RGOS can not only show the log information in the Console window and VTY window, but also 
record it in different equipments such as the memory buffer, the FLASH and Syslog Server. This 
command is the total log switch. If this switch is turned off, no log will be displayed or recorded 
unless the severity level is greater than 1. 
The following example disables the log switch in the equipment. 
Ruijie(config)# no logging on 
Record logs to an internal buffer. 
Record logs to the Syslog server. 
Record logs on the FLASH. 
Set the log level to be displayed on the console. 
Set the log level to be displayed on the VTY window (such 
as telnet window). 
Set the log level to be sent to the Syslog server. 
 
logging rate-limit 
Use  this  command  to  enable  log  rate  limit  function  to  limit  the  output  logs  in  a  second  in  global 
configuration mode. The no form of this command disables the log rate limit function.   
logging rate-limit {number | all number | console {number | all number}} [except severity] 
no logging rate-limit 
The  number  of  logs  processed  in  a  second  with  the  range 
from 1 to 10000.   
Set rate limit to all the logs with severity level 0-7.   
Set the amount of logs shown in the console in a second.   
By default, the severity level is  error(3). The rate of the log 
whose severity level is less than or equal to this severity level 
is not controlled.