Description
Whilst troubleshooting problems it's sometimes useful to see the exact flags that were set when Mesos started. The flags are exposed via the /state.json endpoint whilst Mesos is running, but it's not possible to know exactly what flags were set during a previous run. Writing this information to the logs during startup would make troubleshooting problems much easier.
Some of the flag's settings can be inferred from log entries, but some, such as --attributes can not.