Skip to content

Commit 2beeb84

Browse files
committed
docs(charts): add logLevel config parameter to README for better configuration documentation
1 parent 29de6dd commit 2beeb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/inngest-server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following table lists the configurable parameters of the inngest-server char
3232
| autoscaling.targetMemoryUtilizationPercentage | int | `80` | Target Memory utilization percentage |
3333
| config.dev | string | `"0"` | Set to "1" to skip requiring the event/signing keys, and run in dev mode. For production, typically "0". |
3434
| config.eventKey | string | `""` | Event key that the server uses for ingesting events. In production, you can generate a random key with: `openssl rand -hex 16` This key must be the same in your code that sends events to Inngest. |
35+
| config.logLevel | string | `"info"` | |
3536
| config.redisUri | string | `""` | If you want the server to use an external Redis, you can specify that here, otherwise leave empty string |
3637
| config.signingKey | string | `""` | Signing key for authenticating traffic between Inngest and your app. |
3738
| extraEnv | list | `[]` | Additional environment variables to be added to the pods. |

0 commit comments

Comments
 (0)