jdx / mise-action

MIT License
61 stars 7 forks source link

fix: overwrite MISE_LOG_LEVEL when in debug mode #138

Closed xremming closed 1 month ago

xremming commented 1 month ago

As the log_level parameter defaults to info the MISE_LOG_LEVEL environment variable needs to be overriden or otherwise it is not set. This also means that mise-action will always run with debug logging when it is ran with debugging enabled, no matter what log level the user has set.