We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a plugin writes to stdout/stderr, it usually looks like:
[INFO] [stdout] /Users/gnodet/work/git/camel/components/camel-printer
It may be interesting to provide a system property to print the data without the [INFO] [stdout] decoration.
[INFO] [stdout]
See #344
The text was updated successfully, but these errors were encountered:
Provide a way to remove decoration on the standard out/err streams, f…
a566fe8
…ixes apache#356
4c2fd8e
741ccba
ee49cb3
No branches or pull requests
When a plugin writes to stdout/stderr, it usually looks like:
It may be interesting to provide a system property to print the data without the
[INFO] [stdout]
decoration.See #344
The text was updated successfully, but these errors were encountered: