mirror of https://github.com/BOINC/boinc.git
Update RemoteLogs.md file
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
parent
5c54b5d947
commit
c90e1e5e48
|
@ -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.
|
Loading…
Reference in New Issue