7-3logfile Commandslogfile startTo begin the logging of all CLI command line activity to a specifiedfile, use the logfile start command. CLI command lineactivity includes the associated output the CLI command displays.The CLI continues to log command output until you close the CLIor you explicitly end the logfile with the logfile end command.Syntaxlogfile start [/append{=boolean}] {string}Parameter{string}Specifies the name of the file to contain CLI command lineactivity. Use the filename conventions that apply to youroperating system.Switches/append{=boolean}Specifies whether to append all CLI command line activity toan existing output file, if one exists. If you set this switch toTRUE, the command appends the CLI command line activityto the file specified in {string}.This switch defaults to FALSE (that is, the command does notappend CLI command line activity to an existing output file).ExamplesThe following Windows example logs all output to a file calledc:\ctrloginfo\aac0log17Nov01.txt.AAC0> logfile start c:\ctrloginfo\aac0log17Nov01.txtExecuting: logfile start “c:\ctrloginfo\aac0log17Nov01.txt”File c:\ctrloginfo\aac0log17Nov01.txt receiving all output.The following Windows example logs subsequent output to anexisting file:AAC0> logfile start /append c:\ctrloginfo\aac0log17Nov01.txtExecuting: logfile start /append=TRUE“c:\ctrloginfo\aac0log17Nov01.txt”File c:\ctrloginfo\aac0log17Nov01.txt receiving all output.