Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes


Accepted answer

Permanent link

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

0 votes


One other answer

Permanent link

I don't think that println goes anywhere except to the console.  If you want to capture stuff in log files, use "_sessionLogger".

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,132

Question asked: Mar 09 '20, 9:16 a.m.

Question was seen: 963 times

Last updated: Mar 09 '20, 10:36 a.m.

Confirmation Cancel Confirm