My Intellij IDE started taking more than 1/2 hour just to refresh project dependencies just for a project with couple of sub projects.
Same project on command prompt takes less than 5 minutes to refresh all dependencies from command prompt.
Is their any way to get detailed logs of Intellij IDE of actions its performing in background.
I already tried Windows -> Background Tasks -> Show as suggested in following article
https://www.jetbrains.com/help/idea/2017.1/working-with-background-tasks.html
but it actually that popup doesn't show anything in details which can be helpful to track root cause of delay.