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

suppress Running on ... output #133

Open
ahammond opened this issue Aug 15, 2023 · 3 comments
Open

suppress Running on ... output #133

ahammond opened this issue Aug 15, 2023 · 3 comments

Comments

@ahammond
Copy link

Is it possible to suppress the INFO Running on ${repository.full_name} ... output?

@gr2m
Copy link
Member

gr2m commented Aug 15, 2023

Not right now. Why would you want to suppress it?

@ahammond
Copy link
Author

@gr2m I'm just grepping it out when analyzing results.

Hmm... maybe the better question is if there's a way to accumulate information across runs:

... output from the run ...

Completed:
{
foo: 123,
bar: 20,
baz: 1,
}

@gr2m
Copy link
Member

gr2m commented Aug 15, 2023

yes, the CLI is writing a structured new line delimited JSON log file.

from what you write it sounds like you would like to get some reporting at the end, which is something we would love to add to @octoherd scripts in general. We discussed some ideas in that direction here: https://github.com/orgs/octoherd/discussions/31#discussioncomment-1944182

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

2 participants