Open jdef opened 9 years ago
the following defaults are specified in functions.sh but not exposed for tuning via dcos packaging (config.json):
functions.sh
config.json
log_history=${LOG_HISTORY:-10} log_size=${LOG_SIZE:-2000000}
LOG_HISTORY and LOG_SIZE should be tuneable via custom options specified at 'dcos package install` time.
LOG_HISTORY
LOG_SIZE
bumping this into "soon" because I want to be able to configure slower log rotation, with higher log verbosity, for soak testing
the following defaults are specified in
functions.sh
but not exposed for tuning via dcos packaging (config.json
):LOG_HISTORY
andLOG_SIZE
should be tuneable via custom options specified at 'dcos package install` time.