How to view js println output rpeng log
where will js println statement print in rpeng log file. I am unable to see those println statements in rpeng.log or rpedgaas.log.
|
Accepted answer
You can write entries into rpedgaas.log with one of the following methods:
_sessionLogger.warn(message)
println statements are only shown in RPE console (Eclipse client).
Chidambaram L selected this answer as the correct answer
|
One other answer
I don't think that println goes anywhere except to the console. If you want to capture stuff in log files, use "_sessionLogger". |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.