Skip to content

Commit

Permalink
refactor: Reduce the level when mtags was found to debug
Browse files Browse the repository at this point in the history
It seems currently it will span the users and it's not really useful information.
  • Loading branch information
tgodzik committed Jul 13, 2023
1 parent 9e5b5bb commit c2642c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ object MtagsResolver {
case ResolveType.Nightly =>
s"Resolved latest nightly mtags version: $scalaVersion"
}
scribe.info(msg)
scribe.debug(msg)
Some(v)
// Fallback to Stable PC version
case _: State.Failure
Expand Down

0 comments on commit c2642c6

Please sign in to comment.