Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move notify URL to trace log #907

Merged
merged 1 commit into from
Apr 18, 2021
Merged

fix: move notify URL to trace log #907

merged 1 commit into from
Apr 18, 2021

Conversation

piksel
Copy link
Member

@piksel piksel commented Apr 17, 2021

When converting legacy notifier configuration to shoutrrr URLs the generated URL is written to stdout (which was probably a development artifact).
This moves that output to trace logging, as it can be useful when explicitly enabled (through --trace).

Fixes #906

@codecov
Copy link

codecov bot commented Apr 17, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@3b60afe). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #907   +/-   ##
=======================================
  Coverage        ?   43.07%           
=======================================
  Files           ?       24           
  Lines           ?     1379           
  Branches        ?        0           
=======================================
  Hits            ?      594           
  Misses          ?      724           
  Partials        ?       61           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b60afe...3ea27ad. Read the comment docs.

@simskij simskij merged commit 4142f79 into main Apr 18, 2021
@simskij simskij deleted the fix/notif-url-startup branch April 18, 2021 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notification configuration (including credentials) written to stdout upon startup
3 participants