File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ func (c *DeploymentValues) Options() clibase.OptionSet {
976
976
Name : "Human Log Location" ,
977
977
Description : "Output human-readable logs to a given file." ,
978
978
Flag : "log-human" ,
979
- Env : "LOG_HUMAN " ,
979
+ Env : "LOGGING_HUMAN " ,
980
980
Default : "/dev/stderr" ,
981
981
Value : & c .Logging .Human ,
982
982
Group : & DeploymentGroupIntrospectionLogging ,
@@ -986,7 +986,7 @@ func (c *DeploymentValues) Options() clibase.OptionSet {
986
986
Name : "JSON Log Location" ,
987
987
Description : "Output JSON logs to a given file." ,
988
988
Flag : "log-json" ,
989
- Env : "LOG_JSON " ,
989
+ Env : "LOGGING_JSON " ,
990
990
Default : "" ,
991
991
Value : & c .Logging .JSON ,
992
992
Group : & DeploymentGroupIntrospectionLogging ,
@@ -996,7 +996,7 @@ func (c *DeploymentValues) Options() clibase.OptionSet {
996
996
Name : "Stackdriver Log Location" ,
997
997
Description : "Output Stackdriver compatible logs to a given file." ,
998
998
Flag : "log-stackdriver" ,
999
- Env : "LOG_STACKDRIVER " ,
999
+ Env : "LOGGING_STACKDRIVER " ,
1000
1000
Default : "" ,
1001
1001
Value : & c .Logging .Stackdriver ,
1002
1002
Group : & DeploymentGroupIntrospectionLogging ,
You can’t perform that action at this time.
0 commit comments