Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 331 Bytes

File metadata and controls

14 lines (11 loc) · 331 Bytes

Logging Level

Use the following env variable to specify the logging level of our built-in logger, ordered by decreasing verbosity;

AUTO_DEPLOY_LOG_LEVEL=DEBUG
AUTO_DEPLOY_LOG_LEVEL=INFO
AUTO_DEPLOY_LOG_LEVEL=WARNING
AUTO_DEPLOY_LOG_LEVEL=ERROR
AUTO_DEPLOY_LOG_LEVEL=INTERNAL_ERROR

The default log level is INFO.