The log entry will go to the /opt/snaplogic/run/log/jcc.json
log file when using the default log configuration, it will look like
{"ts":"2020-09-23T00:14:09.234Z","lvl":"INFO","fi":"PyReflectedFunction.java:190","msg":"Finished executing the Transform script","snlb":"Script","snrd":"446013d4-5d13-432c-8eb5-3cd1a1c3ebec","plrd":"52b32bdbf17d831ac1750257_0b60bf08-d3de-4a89-8eac-ba6da8e3ad55","prc":"Script[52b32bdbf17d831ac1750257_0b60bf08-d3de-4a89-8eac-ba6da8e3ad55 -- 446013d4-5d13-432c-8eb5-3cd1a1c3ebec]","xid":"87424265-d74f-473b-9199-653b0d1562bf"}
where self.log.info("Finished executing the Transform script")
was the log call.