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

Do not use sbt's logger to print stewardDependencies #1994

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Mar 5, 2021

If sbt's logger is configured to not print info messages, for example
via logLevel := Level.Warn, Scala Steward will not receive any
information about dependencies from sbt. Using println here should
fix that.

If sbt's logger is configured to not print info messages, for example
via `logLevel := Level.Warn`, Scala Steward will not receive any
information about dependencies from sbt. Using `println` here should
fix that.
@fthomas fthomas added the bug Something isn't working label Mar 5, 2021
@fthomas fthomas added this to the 0.10.0 milestone Mar 5, 2021
@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #1994 (2b00ba6) into master (d901845) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1994   +/-   ##
=======================================
  Coverage   78.74%   78.74%           
=======================================
  Files         131      131           
  Lines        2263     2263           
  Branches       65       65           
=======================================
  Hits         1782     1782           
  Misses        481      481           
Impacted Files Coverage Δ
...la/org/scalasteward/sbt/plugin/StewardPlugin.scala 0.00% <ø> (ø)

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 d901845...2b00ba6. Read the comment docs.

@fthomas fthomas merged commit 1c53612 into master Mar 5, 2021
@fthomas fthomas deleted the topic/no-sbt-logger branch March 5, 2021 20:25
@fthomas
Copy link
Member Author

fthomas commented Mar 5, 2021

This reverts #1180 but unfortunately that ticket gives no reason for switching from println to sbt's logger and I also don't remember it anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant