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

Enable multiple reports (terminal, file) with different formats/verbosities #107

Open
mateuszpawlik opened this issue Nov 13, 2024 · 6 comments
Labels

Comments

@mateuszpawlik
Copy link

I would like to get the non-verbose output in stdout and the verbose output in a file at the same time. Is this currently possible? If not, would you have a recommendation of how to get it without executing the validator twice?

One option I see is to process the JSON output myself but I'm hoping for something simpler.

@effigies
Copy link
Contributor

That's not currently possible. Is there prior art for things like this? I'd rather follow a convention, if one exists.

@mateuszpawlik
Copy link
Author

Thanks @effigies. For me it's a good enough answer. I was curious if it's possible. I personally don't know a way. I sometimes use the tee command but then it's the same output that goes to stdout and a file.

@effigies
Copy link
Contributor

Well, it's worth thinking about this use case. Let's leave it open and see if people have ideas. I'll update the title a bit...

@effigies effigies changed the title Can I get verbose and non-verbose output at the same time? Enable multiple reports (terminal, file) with different formats/verbosities Nov 14, 2024
@effigies effigies added the enhancement New feature or request label Nov 14, 2024
@mateuszpawlik
Copy link
Author

One motivation behind my question was that the new validator is rather slow. For a dataset of 200GB (4k files) it takes around 10min.

@effigies
Copy link
Contributor

What kind of data are you looking at? Lots of tabular data?

@mateuszpawlik
Copy link
Author

mateuszpawlik commented Nov 18, 2024

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

No branches or pull requests

2 participants