| 1 | = Logging of remote job submission operations = |
| 2 | |
| 3 | To enable logging of remote job submission operations, add |
| 4 | {{{ |
| 5 | <remote_submit_log>filename</remote_submit_log> |
| 6 | }}} |
| 7 | to your config.xml file, specifying the name of the log file. |
| 8 | This file will be created in the director specified by <log_dir> in config.xml. |
| 9 | It contains a log of operations and error messages. |
| 10 | |
| 11 | For debugging purposes, it can be handy to see the XML request messages |
| 12 | of the operations. |
| 13 | To see these, add |
| 14 | {{{ |
| 15 | <remote_submit_request_log>filename</remote_submit_request_log> |
| 16 | }}} |
| 17 | to your config.xml file, specifying the name of the log file. |