-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi Guys,
I have a quick question regarding the Log output.
For example, I run the rd executions follow -e <<execution num>> -t
I'm getting the output log, just fine, but not as I wish to get it.
In which way can I get the log filtred per Node, as seen in the UI,
for example, if the first line of the job's script is $hostname, and the second line is long output,
I want to see it per node, without adding %node in the output format.
In multithreading I will get output like that:
$hostname1
$hostname2
$hostname3
longoutput1
.
.
.
longoutput2
.
.
.
I would like to get it like this
$hostname1
long output1
.
.
$hostname2
long output2
.
.
.
Is it possible to add log filtering for such action?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels