Command-Line Configure Logging Options
Use the /commandlineconfigure major command to configure logging for the Command-Line Configure (CLC) utility. Use sub-commands to configure log location and maximum log file sizes.
/commandlineconfigure
Example:
/commandlineconfigure /commandlineconfigurelogtoevent=true /commandlineconfigurelogeventloglevel=debug
Sub-command | Description |
---|---|
/commandlineconfigurelogtoserver |
If true, Command Line Configure will log to the log server. Accepted values: {true | false} |
/commandlineconfigurelogserverloglevel |
The minimum level at which logs will be sent to the log server. Accepted values: {fatal | error | warning | info | stats | debug} |
/commandlineconfigurelogtoevent |
If true, Command Line Configure will log to the event log. Accepted values: {true | false} |
/commandlineconfigurelogeventloglevel |
The minimum level at which logs will be sent to the event log. Accepted values: {fatal | error | warning | info | stats | debug} |
/commandlineconfigurelogtofile |
If true, Command Line Configure will log to the file system log. Accepted values: {true | false} |
/commandlineconfigurelogfileloglevel |
The minimum level at which logs will be sent to the file system log. Accepted values: {fatal | error | warning | info | stats | debug} |
/commandlineconfigurelogfilepath |
The path to the file system logs. Accepted values: string |
/commandlineconfigurelogmaxfilesizeinmb |
Maximum log file size in MB. Accepted values: integer |
/commandlineconfigurelogmaxfilesbeforerollover |
Maximum number of log files before files roll over. Accepted values: integer |