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

issue-template: Add command to get shell and gdm logs #484

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Aug 21, 2024

No description provided.

@3v1n0 3v1n0 requested a review from a team as a code owner August 21, 2024 16:00
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.90%. Comparing base (a99a014) to head (74626a9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #484      +/-   ##
==========================================
+ Coverage   84.83%   84.90%   +0.07%     
==========================================
  Files          79       79              
  Lines        6922     6922              
  Branches       75       75              
==========================================
+ Hits         5872     5877       +5     
+ Misses        731      730       -1     
+ Partials      319      315       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adombeck
Copy link
Contributor

adombeck commented Aug 21, 2024

The command I added in #485 includes logs from gdm-authd. What is logged by gnome-shell that's relevant for us?

@3v1n0
Copy link
Collaborator Author

3v1n0 commented Aug 21, 2024

What is logged by gnome-shell that's relevant for us?

GNOME Shell is the GDM (that is just the backend) user interface, so if there are any failures or relevant logs, we may need them. Ideally I should enable a way to get verbose logging from the shell too, but that's another item.

@adombeck
Copy link
Contributor

GNOME Shell is the GDM (that is just the backend) user interface, so if there are any failures or relevant logs, we may need them.

gnome-shell logs can be pretty big, so I'm a bit hesitant to just include all of them by default in the GitHub issue, also because it increases the effort for the user to redact the logs. Can we somehow restrict which gnome-shell logs we add?

@3v1n0
Copy link
Collaborator Author

3v1n0 commented Aug 22, 2024

Well, we can tail the last lines (e.g. -n 200) or just use journalctl to limit by time.

Copy link
Collaborator

@jibel jibel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this must also be added to Adrian's PR #485 .

@adombeck adombeck mentioned this pull request Aug 22, 2024
@3v1n0
Copy link
Collaborator Author

3v1n0 commented Aug 22, 2024

Let me know if you prefer to merge this first or close it instead so that can be handled all at once by @adombeck in #485

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.

4 participants