* Whether to run Envoy in serving mode, or in config validation mode at one of two levels (in which
* case we'll verify the configuration file is valid, print any errors, and exit without serving.)
// TODO(rlazarus): Add a fourth option for "light validation": Mock out access to the filesystem.
// etc. Validation will pass even if those files are malformed or don't exist, allowing the config
* @return bool indicating whether the hot restart functionality has been disabled via cli flags.