• Patch @azure/logger to fix CodeQL warning
    Some checks failed
    Demo Job Summary for Gradle builds / run-gradle-builds (push) Has been cancelled

    Ghost released this 2022-09-23 00:28:11 +08:00 | 412 commits to main since this release

    Logging of the AZURE_LOG_LEVEL env var value is considered a security issue,
    since any environment variable value could contain sensitive information.
    In this case, logging the value is not really necessary.

    Downloads