d2iq-archive / kubernetes-mesos

A Kubernetes Framework for Apache Mesos
636 stars 92 forks source link

dcos: make log file rolling parameters configurable via dcos options #327

Open jdef opened 9 years ago

jdef commented 9 years ago

the following defaults are specified in functions.sh but not exposed for tuning via dcos packaging (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.

jdef commented 8 years ago

bumping this into "soon" because I want to be able to configure slower log rotation, with higher log verbosity, for soak testing