Information
Determines the size of the local buffer in which the logs are stored so that they can be checked by the administrator.
Rationale:
The internal log buffer serves as a temporary storage location. New messages are appended to the end of the list. When the buffer is full, that is, when the buffer wraps, old messages are overwritten as new messages are generated. The internal log buffer allows the administrator performing a health check on the system to locally have the last logs generated.
Solution
* Step 1: Run the following command to set the logging buffer-size to _524288_
The size is in bytes and is to be chosen between 4096 and 1048576 bytes
HOSTNAME(CONFIG)# LOGGING BUFFER-SIZE_ 524288_