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

Add kart diagnostics #1013

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Add kart diagnostics #1013

merged 1 commit into from
Nov 8, 2024

Conversation

olsen232
Copy link
Collaborator

@olsen232 olsen232 commented Nov 7, 2024

Most useful for when Kart is being run as a plugin: gives diagnostic output about the environment in which Kart was run, such that any issues can be reproduced when running kart from the command line.

Enable kart diagnostics:
set KART_DIAGNOSTICS=1 in the environment.
or set

[kart]
    diagnostics = true

in your gitconfig.

Find the diagnostics:
Kart outputs it to stderr and to $HOME/kart-diagnostics.txt

Checklist:

  • Have you reviewed your own change?
  • Have you included test(s)?
  • Have you updated the changelog?

Most useful for when Kart is being run as a plugin: gives diagnostic
output about the environment in which Kart was run, such that any
issues can be reproduced when running kart from the command line.
@olsen232 olsen232 merged commit 7563f7c into master Nov 8, 2024
35 checks passed
@olsen232 olsen232 deleted the add-diagnostics branch November 8, 2024 01:46
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

Successfully merging this pull request may close these issues.

2 participants