We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72adf86 commit 41f46d4Copy full SHA for 41f46d4
charts/Feature.yaml
@@ -4,7 +4,7 @@ environmentKinds:
4
- legacy
5
- onprem
6
values:
7
- logLevel:
+ config.logLevel:
8
displayName: Log level
9
config:
10
type: string
cmd/picante/main.go
@@ -250,7 +250,7 @@ func Load() error {
250
var err error
251
err = godotenv.Load()
252
if err != nil {
253
- return fmt.Errorf("loading .env file: %w", err)
+ log.Debug("not loading from .env file")
254
}
255
256
requiredFlags := map[string]bool{
0 commit comments