Skip to content

Commit

Permalink
docs: correct debug env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhweiner committed Jan 7, 2025
1 parent 7650648 commit e05c711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Returns the configuration object. This function must be called after `loadConf()

# Debugging

You can set the `LAMBDA_CONF_DEBUG` environment variable to see debug output. Example:
You can set the `BREK_DEBUG` environment variable to see debug output. Example:

```shell script
BREK_DEBUG=1 ts-node src/index.ts
Expand Down

0 comments on commit e05c711

Please sign in to comment.