Changes between Initial Version and Version 1 of RemoteLogs


Ignore:
Timestamp:
Mar 20, 2019, 2:44:54 PM (5 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteLogs

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