I'm usging IJ 2017.1.3 and currently I'm trying to troubleshoot a local issue related with gradle import in IDEA. I found that idea provides the logs using Help -> Show log in finder/explorer, but there's only INFO level.
I also found the option under Help -> Debug log settings... where i'm supposed to provide the categories. I tried the following configuration but still only INFO level in idea.log file
ij.compiler
org.jetbrains.plugins.gradle
I may misunderstood what's meant by category here. Any ideas?