Command Reference Syslog Commands
Global configuration mode
The file name cannot contain special symbols including . \/ : * ” < > and |.
For example, the file name is log_server, file index 5, file size 1000B and device IP address 10.2.3.5.
The log file sent to the remote server is named log_server_1000_10.2.3.5_5.txt and the log file saved
locally is named log_server_5.txt.
If the device has an IPv6 address, the colon (:) in the IPv6 address is replaced by the hyphen (-).
For example, the is log_server, file index 6, file size 1000B and device IPv6 address 2001::1. The log
file sent to the remote server is named log_server_1000_2001-1_6.txt and the log file saved locally is
named log_server_6.txt.
The following example sets the name of the log file saved locally to log_server.
Ruijie(config)# logging delay-send file flash:log_server
8.7 logging delay-send interval
Use this command to set the interval at which log sending is delayed. Use the no form of this
command to restore the default setting.
logging delay-send interval seconds
no logging delay-send interval
Sets the interval at which log sending is delayed, in the range from
600 to 65535 seconds.
Global configuration mode
The following example sets the the interval at which log sending is delayed to 600 seconds.
Ruijie(config)# logging delay-send interval 600