Serge Baranov
posted this on Mar 13 05:58
The easiest way to find the product log file is the Help menu, the item name would depend on the IDE version and OS:

When using external make IDE starts a separate process for compilation, this process writes logs into the %idea.log.path%\build-log\build.log file. Attach this file as well if you are reporting problems related to compilation and external build is enabled.
For the more verbose logging edit build-log.xml file (located in the same directory), change <priority value="info" /> to <priority value="debug" />.
It's recommended that you delete the existing log files, start the IDE, reproduce the problem, then attach all the produced log files.