From the API docs at
http://docs.runmyprocess.com/API_Reference/FM/Request.html#P_log
-------
P_log(level, message) → {string}
Log a message.
Logs in the P_message variable of the request and in the Mongo data of the customer. In TEST mode all the levels are logged but in LIVE mode, only SEVERE level is logged. This rule is skipped if the attributes P_log is present in the resource, in this case, the given P_log will be the reference.
-------
In LIVE mode, how do I ensure that logs at levels below SEVERE are recorded?
I don't follow the part that says 'This rule is skipped if the attributes P_log is present in the resource'.