Rollbase question on location of the "debug" log m

Posted by jbeisch on 26-Jun-2014 14:46

Hopefully I can get some quick infromation but in the doc for rbv_api.log() it says you pass in a log name of "webapi, rest, jobs, debug".  What's the debug log?  I don't see one in the list of logs as a Master Zone admin or and admin/user of the tenant.  Is there some setting that needs to be turned on?  By virtue of running this directive, we couldn't find one created on the file system.  Thanks!

Posted by pvorobie on 26-Jun-2014 14:56

Try this:

1. Create new Formula Field

2. Enter rbv_api.log("debug", "My Test"); as formula's body

3. Run "Debug Formula" in pop-up window

4. After that, click "Log" below formula text area

All Replies

Posted by pvorobie on 26-Jun-2014 14:53

If you don't see debug.log in the list of log files - you did not write anything into it. No need to activate, just use log() API.

Note: there is convenient access to debug.log from any Formula UI.

Posted by pvorobie on 26-Jun-2014 14:56

Try this:

1. Create new Formula Field

2. Enter rbv_api.log("debug", "My Test"); as formula's body

3. Run "Debug Formula" in pop-up window

4. After that, click "Log" below formula text area

This thread is closed