Skip to content

Commit 07c5127

Browse files
committed
Fix log level default in README
1 parent b3f9602 commit 07c5127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optionally:
2626
- `APP_NAME`: A regex of app names to act on. Any not matching this will be skipped.
2727
- `HEROKU_TEAMS`: A comma separated list of Heroku teams to operate on. By default will use all apps the account has access to.
2828
- `ALLOWED_CNAME_TARGETS`: A comma-separated list of regexes which match CNAMEs. If these CNAMEs are found in place of the correct Heroku CNAME, they won't be overridden.
29-
- `LOG_LEVEL`: Log level to use (default "WARNING").
29+
- `LOG_LEVEL`: Log level to use (default "INFO").
3030
- `DRY_RUN`: Whether to perform actions, or just say they happened (Either `true` or `false` (default)).
3131

3232
These can also be set in a `.env` file.

0 commit comments

Comments
 (0)