databricks-cli/cmd/root
Pieter Noordhuis 9100680162
Allow logger defaults to be configured through environment variables (#266)
These environment variables configure defaults for the logger related
flags:
* `BRICKS_LOG_FILE`
* `BRICKS_LOG_LEVEL`
* `BRICKS_LOG_FORMAT`
2023-03-21 17:05:04 +01:00
..
bundle.go Complete argument for the environment flag (#221) 2023-02-20 21:56:31 +01:00
logger.go Allow logger defaults to be configured through environment variables (#266) 2023-03-21 17:05:04 +01:00
root.go Add structured logging infrastructure (#246) 2023-03-16 14:46:53 +01:00
user_agent.go Move code for including command name in user agent (#203) 2023-02-15 10:33:35 +01:00
user_agent_command.go Move code for including command name in user agent (#203) 2023-02-15 10:33:35 +01:00
user_agent_command_test.go Move code for including command name in user agent (#203) 2023-02-15 10:33:35 +01:00
user_agent_upstream.go Let caller set BRICKS_UPSTREAM for user agent (#196) 2023-02-03 17:05:58 +01:00
user_agent_upstream_test.go Let caller set BRICKS_UPSTREAM for user agent (#196) 2023-02-03 17:05:58 +01:00