logging transaction
Configures the logging transaction parameters.
Command Mode
Exec > Global Configuration (config)
Syntax
logging transaction { [ duplicate { disable | enable } ] [ message { disable | enable } ] [ persist { disable | enable [ max-file-size max_file_size ] [ max-rotation max_rotations ] } }
duplicate { enable | disable }
Specify whether to enable or disable duplicate logs in transaction logging.
Must be one of the following:
disable
enable
Default Value: disable.
max-file-size max_file_size
Specify the maximum transaction file size in MB.
Must be an integer in the range of 1-10000.
Default Value: 50.
max-rotation max_rotations
Specify the maximum number of file rotations.
Must be an integer in the range of 2-1000.
Default Value: 10.
message { enable | disable }
Specify whether to enable or disable messages in transaction logging.
Must be one of the following:
disable
enable
Default Value: disable.
persist { enable | disable }
Specify whether to enable or disable file-based transaction logging.
Must be one of the following:
disable
enable
Default Value: disable.
Usage Guidelines
Use this command to configure the logging transaction parameters.