-
Notifications
You must be signed in to change notification settings - Fork 447
RemoteLogs
David Anderson edited this page Aug 22, 2023
·
2 revisions
To enable logging of remote job submission operations, add
<remote_submit_log>filename</remote_submit_log>
to your config.xml file, specifying the name of the log file. This file will be created in the director specified by <log_dir> in config.xml. It contains a log of operations and error messages.
For debugging purposes, it can be handy to see the XML request messages of the operations. To see these, add
<remote_submit_request_log>filename</remote_submit_request_log>
to your config.xml file, specifying the name of the log file.