The CLI Cheat Sheet: Set config.txt Variables

Learn how to use the SET CONFIG command to adjust log level, log size, and log flushing settings for optimized service performance and logging control.

Published on 24 Jan 2013

Set CONFIG <config> <value>

The complete list of variables that can be set in this manner can be found in the respective service’s CLI guide. An example of how this can be used:

Set CONFIG loglevel 3

Set CONFIG logsize 10000000

Set CONFIG flush yes

The log level for the service is set to three, the log size is set to 10MB, and flush logs set to yes.