It's all about the answers!

Ask a question

How to view js println output rpeng log


Chidambaram L (23424390) | asked Mar 09 '20, 9:16 a.m.
edited Mar 09 '20, 9:26 a.m.

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


permanent link
Subramanya Prasad Pilar (4.6k16) | answered Mar 09 '20, 10:36 a.m.

You can write entries into rpedgaas.log with one of the following methods:
_sessionLogger.info(message)
_sessionLogger.error(message)

_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



permanent link
John Pawasauskas (511) | answered Mar 09 '20, 9:55 a.m.

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


Register or to post 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.