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

Console error reporting service #570

Open
tjkirch opened this issue Dec 2, 2019 · 1 comment
Open

Console error reporting service #570

tjkirch opened this issue Dec 2, 2019 · 1 comment
Labels
status/icebox Things we think would be nice but are not prioritized type/enhancement New feature or request
Milestone

Comments

@tjkirch
Copy link
Contributor

tjkirch commented Dec 2, 2019

If the system can't start required services, it would be helpful to output more error messages to the console for debugging. (The console performance impact no longer matters if the system isn't usable.)

We currently only output ERROR-level output from first-party services, but it could be useful to see the last 10 lines of journalctl output from all failed services, for example.

@jamieand has experience from #86 on how we could detect a failed state; see that for background. After detection, perhaps just iterate through failed services and tail their logs, to start?

@tjkirch tjkirch added this to the Public Preview milestone Dec 11, 2019
@tjkirch tjkirch removed this from the Public Preview milestone Jan 22, 2020
@gregdek gregdek added status/notstarted type/enhancement New feature or request labels Apr 2, 2021
@gregdek gregdek added this to the backlog milestone Apr 2, 2021
@stmcginnis stmcginnis added status/needs-triage Pending triage or re-evaluation and removed priority/p1 labels Dec 1, 2022
@jpmcb jpmcb added status/icebox Things we think would be nice but are not prioritized and removed status/needs-triage Pending triage or re-evaluation labels Dec 12, 2022
@jpmcb
Copy link
Contributor

jpmcb commented Dec 12, 2022

This would be nice to have, some service that dumps out the last chunk of the journal on failure for convenience for users experiencing issues. In the "icebox" for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/icebox Things we think would be nice but are not prioritized type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants