Skip to content

Log question. #483

@ItamarB1

Description

@ItamarB1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions