-
Notifications
You must be signed in to change notification settings - Fork 75
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
tools: Pretty processor for logs #3322
Conversation
PR ChecklistHow to use this checklistHow to use this checklistPR AuthorFor each section, check a box when it is true. PR ReviewerCheck that the PR checklist action did not fail. Bug ReferencesNone. Confirm
How to properly reference fixed bugs
Test UpdatesUnit Tests
Integration Tests
Documentation
Does this PR require review from someone outside the core ubuntu-pro-client team?
|
595c6c3
to
11a0999
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As part of our process to get ready for v35, I have rebased next-v35
onto main
. As a result, next-v35
is now obsolete. Please rebase this on main
and target the PR to main
.
Rebased on main @orndorffgrant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent and a great starting point for us to add new features to it as needed. Thank you!!
Why is this needed?
This PR solves all of our problems because we manually scroll and toil to look at logs.
This makes it easier (hopefully) ->
Usage example
python3 tools/process_logs.py optional_log_level -f optional_file
Currently draft since this can be made much better for our uses.
Test Steps
N/A