Skip to content

Commit

Permalink
Add info log for each userdev setup work node's input hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 16, 2025
1 parent 8252aca commit cb38bbc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class WorkGraph(
.asHexString()
}
node.inputHash = inputHash
logger.info("Input hash for ${node.registration.name}: $inputHash")

realizeOutputPaths(node, work, inputHash)

Expand Down

0 comments on commit cb38bbc

Please sign in to comment.