diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index 970aff81e..5fdbe4030 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -77,7 +77,8 @@ jobs: run: working-directory: ./rust/windows-client env: - RUST_LOG: firezone_windows_client=info + CONNLIB_LOG_UPLOAD_INTERVAL_SECS: 300 + # The Windows client ignores RUST_LOG because it uses a settings file instead steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-node @@ -125,6 +126,7 @@ jobs: artifact: windows-client env: BINARY_DEST_PATH: ${{ matrix.artifact }} + CONNLIB_LOG_UPLOAD_INTERVAL_SECS: 300 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-node diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d66efeebd..b9b9db842 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -254,6 +254,7 @@ jobs: artifact: windows-client env: BINARY_DEST_PATH: ${{ matrix.name.artifact }} + CONNLIB_LOG_UPLOAD_INTERVAL_SECS: 300 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-rust