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
uname -a
At present, we don't have a fantastic way to get arch or OS info from a debug bundle. Some things let us infer this, but we should be more explicit.
Include the output of uname -a in debug bundles
This allows us to easily handle backtraces in logs as we'll have the arch info.
JIRA Link: CORE-6476
The text was updated successfully, but these errors were encountered:
JFlath
Successfully merging a pull request may close this issue.
Who is this for and what problem do they have today?
At present, we don't have a fantastic way to get arch or OS info from a debug bundle. Some things let us infer this, but we should be more explicit.
What are the success criteria?
Include the output of
uname -a
in debug bundlesWhy is solving this problem impactful?
This allows us to easily handle backtraces in logs as we'll have the arch info.
JIRA Link: CORE-6476
The text was updated successfully, but these errors were encountered: