How to download all log files from workers?

Dear experts,

could you please give an example of how to download log files from all the workers and the master to the client without displaying them in a terminal?

Thanks in advance,
Ruslan.

Hi Ruslan,

root [] TProofLog *pl = TProof::Mgr("master")->GetSessionLogs();
root [] pl->Save("*", "file_with_all_logs.txt")

See also: root.cern.ch/drupal/content/gett … flogviewer .

Gerri

Thanks a lot, Gerri. This works.

Ruslan.