To turn on the debugging facility for the job-flow daemon under Windows:
- Edit your js.conf file (the default path for this file is C:\Program Files\Platform Computing\Platform Process Manager\conf):
- Add comment delimiters around JS_LOG_MASK=LOG_NOTICE.
- Add JS_LOG_MASK=LOG_DEBUG.
- Restart the job-flow daemon, as follows:
- Select Start ► Settings ► Control Panel ► Administrative Tools ► Services.
- Highlight Process Manager and right-click on it.
- Select Restart from the menu.
When the debugging facility is on, more messages are logged and disk usage increases substantially. Therefore, make sure that you turn off the facility after the debugging process is completed.
To turn off the debugging facility:
- Edit your js.conf file again:
- Restore JS_LOG_MASK=LOG_NOTICE by removing the comment delimiters around it.
- Add comment delimiters around JS_LOG_MASK=LOG_DEBUG.
- Restart the job-flow daemon service, as described previously.