Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 6e99c4c

Browse files
committed
Add SAGEMAKER_GUNICORN_LOGLEVEL description to readme.
1 parent 739c82a commit 6e99c4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,11 @@ SAGEMAKER_TFS_MAX_ENQUEUED_BATCHES="10000"
618618
The following environment variables can be set on a SageMaker Model or Transform Job if further configuration is required:
619619

620620
```bash
621+
# Configures the logging level for GUnicorn.
622+
# Valid values can be found here: https://docs.gunicorn.org/en/stable/settings.html#loglevel
623+
# Defaults to "info"
624+
SAGEMAKER_GUNICORN_LOGLEVEL="debug"
625+
621626
# Configures how long to wait in seconds for GUnicorn
622627
# to finish starting up before timing out.
623628
# Defaults to 30.

0 commit comments

Comments
 (0)