Modifying a log file

The following example shows the current log configuration:

ALA-12>config>log>log-id# info
----------------------------------------------
...
log-id name "2"
            description "This is a test log file."
            filter 1
            from main security
            to file 1
exit
...
----------------------------------------------
ALA-12>config>log>log-id#

The following displays an example to modify log file parameters:

config# log
	config>log# log-id 2
	config>log>log-id# description "Chassis log file."
	config>log>log-id# filter 2
	config>log>log-id# from security
	config>log>log-id# exit	

The following displays the modified log file configuration:

A:ALA-12>config>log# info
----------------------------------------------
...
log-id name "2"
            description "Chassis log file."
            filter 2
            from security
            to file 1
exit
...
----------------------------------------------
A:ALA-12>config>log#