Bug 1184 - APV does not log for shutting down APV in the audit function || EAL2 ||

Review Request #464 — Created Sept. 20, 2024 and updated

timlai
APV10
rel_apv_10_7, rel_apv_10_7_0_x900_support
1184
kevin.poh, weikai

Root Cause:
When the user inputs the "log off" command, logging feature will be closed before cli log written into log buffer.

Solution:
Implement a workaround so that a log entry is written before the "log off" command is executed,
ensuring that the "log off" action is captured in the logs.

AN(config)#log off

AN(config)#log on

AN(config)#show log buff backward
start of buffer
DEBUG 2024 Sep 20 02:10:29 100013004 CLI: User "array" executed cmd "log on"
DEBUG 2024 Sep 20 02:10:27 100013004 CLI: User "array" executed cmd "log off"
DEBUG 2024 Sep 20 02:10:20 100013004 CLI: User "array" executed cmd "clear log buffer"

Loading...