1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-12-21 22:28:07 +00:00

Fix minor typo

This commit is contained in:
Sam 2023-09-26 07:14:28 +10:00 committed by GitHub
parent bb675df9b3
commit 6a3923c8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ env DOCKER_IMAGE_NAME=my_custom_image poetry run pytest
## Logging ## Logging
You can set the logging level or severity level of the messages to be logged with the You can set the logging level or severity level of the messages to be logged with the
environment variable `LOG_LEVEL`. Defaul value is info. Possible values are: debug, environment variable `LOG_LEVEL`. Default value is info. Possible values are: debug,
info, notice, warning, err, crit, alert and emerg. info, notice, warning, err, crit, alert and emerg.
## Supported API versions ## Supported API versions