Skip to content

Commit

Permalink
Fixes #16916: Trace log in policy generation is displaying the same v…
Browse files Browse the repository at this point in the history
…alue for two differents entries
  • Loading branch information
ncharles committed Mar 16, 2020
1 parent 406db81 commit 7e7aaa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class PolicyWriterServiceImpl(
gte <- fillTimer.get.get.map(_/nanoToMillis)
gtw <- fillTimer.waitGet.get.map(_/nanoToMillis)
_ <- timingLogger.trace(s" -> fill template: ${f} ms [fill template: ${ftf} ms | to string template: ${fts} ms | fill template wait: ${ftw} ms | get template exec: ${gte} ms | get template wait: ${gtw} ms]")
_ <- timingLogger.trace(s" -> write template: ${w} ms | copy resources: ${c} ms | agent specific: ${a} ms | write CSV: ${c} ms| write JSON: ${j} ms")
_ <- timingLogger.trace(s" -> write template: ${w} ms | copy resources: ${r} ms | agent specific: ${a} ms | write CSV: ${c} ms| write JSON: ${j} ms")
getRefTime <- currentTimeMillis
_ <- timingLogger.debug(s"Getting info for timing trace in ${getRefTime - promiseWrittenTime} ms")

Expand Down

0 comments on commit 7e7aaa3

Please sign in to comment.