JetBrains / intellij-platform-gradle-plugin

Gradle plugin for building plugins for IntelliJ-based IDEs
https://plugins.jetbrains.com/docs/intellij/gradle-prerequisites.html
Apache License 2.0
1.42k stars 271 forks source link

ExtractorTransformer: more info-level logging #1661

Closed ForNeVeR closed 3 months ago

ForNeVeR commented 3 months ago

Pull Request Details

Description

This adds info-level logging for every meaningful stage of ExtractorTransformer, improving the observability of what happens in there. Also, seeing exact hashes is useful at times.

Related Issue

Closes #1660.

Motivation and Context

How Has This Been Tested

If it compiles (and passes the tests) then it works. Right?

(Well, in this case at least I believe so.)

Types of changes

Checklist

hsz commented 3 months ago

Thanks!