Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log question. #483

Open
ItamarB1 opened this issue Nov 29, 2022 · 0 comments
Open

Log question. #483

ItamarB1 opened this issue Nov 29, 2022 · 0 comments

Comments

@ItamarB1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant