You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2022. It is now read-only.
feat: Log base w/ configurable pid and hostname keys (#868)
* Log base w/ configurable pid and hostname keys
- `hostname` isn't always desireable and is somewhat inaccurate given
os.hostname is the pod name in kubernetes
* Documentation for configurable log base
Copy file name to clipboardExpand all lines: charts/kubernetes-external-secrets/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ The following table lists the configurable parameters of the `kubernetes-externa
47
47
|`env.AWS_INTERMEDIATE_ROLE_ARN`| Specifies a role to be assumed before assuming role arn specified in external secrets ||
48
48
|`env.LOG_LEVEL`| Set the application log level |`info`|
49
49
|`env.LOG_MESSAGE_KEY`| Set the key for log messages log text, for example when running on GCP it might be nice to set to `message`|`msg`|
50
+
|`env.LOG_BASE_PID_KEY`| Set the key for log messages process id |`pid`|
51
+
|`env.LOG_BASE_HOSTNAME_KEY`| Set the key for log messages hostname, for example, you might choose to use `pod_name`|`hostname`|
50
52
|`env.USE_HUMAN_READABLE_LOG_LEVELS`| Sets log levels as string instead of ints eg `info` instead of `30`, setting this to any value will switch |`nil`|
51
53
|`env.METRICS_PORT`| Specify the port for the prometheus metrics server |`3001`|
52
54
|`env.ROLE_PERMITTED_ANNOTATION`| Specify the annotation key where to lookup the role arn permission boundaries |`iam.amazonaws.com/permitted`|
0 commit comments