open-vault/sdk/helper/logging
Mike Jarmy 0d4ae949a8
Add 'log-format' CLI flag, along with associated config flag, for 'vault server' command. (#6840)
* Read config before creating logger when booting vault server

* Allow for specifying log output in JSON format in a config file, via a 'log_level' flag

* Create parser for log format flag

* Allow for specifying log format in a config file, via a 'log_format' flag. Also, get rid of 'log_json' flag.

* Add 'log-format' command line flag

* Update documentation to include description of log_format setting

* Tweak comment for VAULT_LOG_FORMAT environment variable

* add test for ParseEnvLogFormat()

* clarify how log format is set

* fix typos in documentation
2019-07-18 15:59:27 -04:00
..
logging.go Add 'log-format' CLI flag, along with associated config flag, for 'vault server' command. (#6840) 2019-07-18 15:59:27 -04:00
logging_test.go Add 'log-format' CLI flag, along with associated config flag, for 'vault server' command. (#6840) 2019-07-18 15:59:27 -04:00