Skip to content

Commit

Permalink
reduce log level for standard handle server actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 3, 2021
1 parent 354f2ca commit c4fe223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
with:
channel: '#ops'
color: 'good'
text: 'Version <https://github.com/${{ github.repository }}/releases/tag/${{ steps.extract_variables.outputs.TAG }}|${{ steps.extract_variables.outputs.TAG }}> of the <https://api.datacite.org|REST API> has been released to production and test.'
text: 'Version <https://github.com/${{ github.repository }}/releases/tag/${{ steps.extract_variables.outputs.TAG }}|${{ steps.extract_variables.outputs.TAG }}> of the <https://api.datacite.org|REST API> has been released to test and production.'
failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed'
fields: |
[{ "title": "Committed by", "value": "<https://github.com/${{ github.repository }}/commits?author=${{ github.actor }}|${{ github.actor }}>", "short": true },
Expand Down
2 changes: 1 addition & 1 deletion app/models/concerns/helpable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def register_url
success = update(minted: Time.zone.now, updated: Time.zone.now)
end
unless Rails.env.test?
Rails.logger.info "[Handle] URL for DOI " + doi + " updated to " +
Rails.logger.debug "[Handle] URL for DOI " + doi + " updated to " +
url +
"."
end
Expand Down

0 comments on commit c4fe223

Please sign in to comment.