Files
openide/jps
Nikolay Chashnikov 15f9c9813b [jps build] logging: show differences between dependencies configuration if debug logging is enabled
Before we print dependencies configuration text to the log for each build, it greatly increased log size after ordinary incremental builds. Also it wasn't easy to find previous configuration in log files and sometimes the corresponding entry was already removed from log files due to log rotation because building a big project with debug logging produces a lot of logs. Now we store full dependencies configuration to a separate file and report differences from previously stored data.

GitOrigin-RevId: df4f06b9c52576764584debf0891a114d2b0f185
2021-05-26 17:31:00 +00:00
..