Update RemoteLogs.md file

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Vitalii Koshura 2023-04-07 17:46:51 +02:00
parent 5c54b5d947
commit c90e1e5e48
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 17 additions and 0 deletions

17
RemoteLogs.md Normal file

@ -0,0 +1,17 @@
# Logging of remote job submission operations
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.