From c90e1e5e48c928770dd5bafe8a777dfed5abced0 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Fri, 7 Apr 2023 17:46:51 +0200 Subject: [PATCH] Update RemoteLogs.md file Signed-off-by: Vitalii Koshura --- RemoteLogs.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RemoteLogs.md diff --git a/RemoteLogs.md b/RemoteLogs.md new file mode 100644 index 0000000..476f788 --- /dev/null +++ b/RemoteLogs.md @@ -0,0 +1,17 @@ +# Logging of remote job submission operations + +To enable logging of remote job submission operations, add +``` +filename +``` +to your config.xml file, specifying the name of the log file. +This file will be created in the director specified by \ 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 +``` +filename +``` +to your config.xml file, specifying the name of the log file.