vault/command/server
Mike Jarmy be3e2a1288
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
..
seal Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
test-fixtures fixing command server tests (#6242) 2019-02-15 09:06:20 -08:00
config.go Add 'log-format' CLI flag, along with associated config flag, for 'vault server' command. (#6840) 2019-07-18 15:59:27 -04:00
config_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
listener.go Agent: Listener refactoring and socket file system permissions (#6397) 2019-03-14 11:53:14 -07:00
listener_tcp.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
listener_tcp_test.go go vet fixes 2018-02-05 14:26:31 -05:00
listener_test.go Add tests. This actually adds the initial tests for the TLS listener, 2016-03-11 14:05:52 -05:00