Skip to content

Commit

Permalink
Add OFF log level to ConfigLogLevel enum and update documentation in …
Browse files Browse the repository at this point in the history
…values.yaml
  • Loading branch information
simlarsen committed Nov 22, 2024
1 parent b9d6a69 commit d27c161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/Server/EnvironmentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export enum ConfigLogLevel {
WARN = "WARN",
ERROR = "ERROR",
DEBUG = "DEBUG",
OFF = "OFF",
}

export const getAllEnvVars: () => JSONObject = (): JSONObject => {
Expand Down
3 changes: 2 additions & 1 deletion HelmChart/Public/oneuptime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ tolerations:
nodeSelector:


# This can be one of the following: DEBUG, INFO, WARN, ERROR
# This can be one of the following: DEBUG, INFO, WARN, ERROR, OFF
# Please do not set this to DEBUG in production. This is only for development / debugging purposes.
logLevel: INFO

# Enable cleanup cron jobs
Expand Down

0 comments on commit d27c161

Please sign in to comment.