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

Filter out unrelated stacktraces #103

Open
filip26 opened this issue Jul 27, 2024 · 1 comment
Open

Filter out unrelated stacktraces #103

filip26 opened this issue Jul 27, 2024 · 1 comment

Comments

@filip26
Copy link
Owner

filip26 commented Jul 27, 2024

e.g.

com.apicatalog.cborld.decoder.DecoderError: The encoded document must be at least 4 bytes but is [0].
	at com.apicatalog.cborld.decoder.Decoder.decode(Decoder.java:64)
	at com.apicatalog.cli.command.DecompressCmd.call(DecompressCmd.java:74)
	at com.apicatalog.cli.command.DecompressCmd.call(DecompressCmd.java:27)
	at picocli.CommandLine.executeUserObject(CommandLine.java:2045)
	at picocli.CommandLine.access$1500(CommandLine.java:148)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
	at picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
	at picocli.CommandLine.execute(CommandLine.java:2174)
	at com.apicatalog.cli.App.main(App.java:82)
	at java.base@22.0.2/java.lang.invoke.LambdaForm$DMH/sa346b79c.invokeStaticInit(LambdaForm$DMH)

only the first three lines are relevant

@filip26
Copy link
Owner Author

filip26 commented Jul 27, 2024

or hide stacktrace at all --debug mode

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