What does a dot means in "Resolving dependencies...."? #7401
-
|
Just curious, sometimes I have few dots, sometimes I have a lot of dots |
Beta Was this translation helpful? Give feedback.
Answered by
simi
Jan 19, 2024
Replies: 1 comment 1 reply
-
|
If I remember well, those additional dots are coming from fetchers and they do usually report network activity. You can turn each dot into actual log line by specifying |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dorianmarie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I remember well, those additional dots are coming from fetchers and they do usually report network activity.
https://github.com/rubygems/rubygems/blob/c4b91b17d6025b9927702dfa2da9f27252dfeeed/bundler/lib/bundler/fetcher/base.rb#L47
You can turn each dot into actual log line by specifying
BUNDLER_DEBUG_RESOLVER=1in your env.