Skip to content

Commit

Permalink
Remote log level only adds noise (#1202)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Oct 2, 2024
1 parent 4d1592a commit bd75ebe
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 72 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:

workflow_dispatch:
inputs:
log_level:
type: choice
description: Log Level
required: false
default: info
options:
- error
- quiet
- warning
- lifecycle
- info
- debug

monitor_permissions:
type: boolean
description: Monitor Permissions
Expand All @@ -34,8 +21,6 @@ jobs:
build:
name: Assemble Release
runs-on: ubuntu-latest
env:
GRADLE_OPTS: "-Dorg.gradle.logging.level=${{ github.event.inputs.log_level || 'info' }}"

permissions:
pull-requests: 'write'
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ on:

workflow_dispatch:
inputs:
log_level:
type: choice
description: Log Level
required: false
default: info
options:
- error
- quiet
- warning
- lifecycle
- info
- debug

monitor_permissions:
type: boolean
description: Monitor Permissions
Expand All @@ -33,8 +20,6 @@ jobs:
build:
name: Run Integration Tests
runs-on: ubuntu-latest
env:
GRADLE_OPTS: "-Dorg.gradle.logging.level=${{ github.event.inputs.log_level || 'info' }}"

permissions:
id-token: 'write'
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:

workflow_dispatch:
inputs:
log_level:
type: choice
description: Log Level
required: false
default: info
options:
- error
- quiet
- warning
- lifecycle
- info
- debug

monitor_permissions:
type: boolean
description: Monitor Permissions
Expand All @@ -34,8 +21,6 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
GRADLE_OPTS: "-Dorg.gradle.logging.level=${{ github.event.inputs.log_level || 'info' }}"

permissions:
pull-requests: 'write'
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ on:

workflow_dispatch:
inputs:
log_level:
description: 'Log level'
required: false
default: INFO
type: choice
options:
- DEBUG
- INFO
- WARN
- ERROR
- FATAL

monitor_permissions:
type: boolean
description: Monitor Permissions
Expand All @@ -42,8 +30,6 @@ jobs:
app_id: ${{ secrets.APP_ID }}

- uses: renovatebot/[email protected]
env:
LOG_LEVEL: ${{ inputs.log_level || 'INFO' }}
with:
configurationFile: .github/renovate.json
token: ${{ steps.generate_token.outputs.token }}
13 changes: 0 additions & 13 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ on:

workflow_dispatch:
inputs:
log_level:
type: choice
description: Log Level
required: false
default: info
options:
- error
- quiet
- warning
- lifecycle
- info
- debug

monitor_permissions:
type: boolean
description: Monitor Permissions
Expand Down

0 comments on commit bd75ebe

Please sign in to comment.