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

Feature request: Wildcard support for referencing simulation files #6

Open
stolp opened this issue Aug 3, 2016 · 2 comments
Open

Comments

@stolp
Copy link

stolp commented Aug 3, 2016

We are collecting a large amount of simulation.log files for a trend report in an ongoing process.

The current implementation requires us to add each individual log file as a separate command line parameter. It is cumbersome to build this command line and this approach may break operation system limits regarding command line lengths.

Therefore I would like to suggest to implement support for adding simulation files via wildcards.

What do you think?

@LuboVarga
Copy link

Solution for this problem will be also adding parameter, which takes also directory (and all log files in it). It would be easier to implement and probably bit less errorprone.

PS: Did you try to concatenate all files into one? It is just workaround which needs some disk space, but it will make need for use only single parameter on commandline.

@bdelbosc
Copy link
Member

bdelbosc commented Aug 5, 2016

Hi, yes I am fine with wildcard support, the pattern can be expanded first before choosing the report type to generate. @LuboVarga concatenates all files will not generate a trend report.

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

3 participants