script to gather data from systemd journal
Merge request reports
Activity
Filter activity
added usability label
assigned to @tkrizek
added 4 commits
-
e5670df2...e645ea0c - 2 commits from branch
master
- 547b603f - script to gather data from systemd journal
- d1ad38f0 - scripts/bugreport-journals: pythonize the script
-
e5670df2...e645ea0c - 2 commits from branch
Also, I'd recommend not using
@staticmethod
to create namespace in Python. module-level functions and proper classes should do just fine. https://seporaitis.net/posts/2020/05/05/python-staticmethod-usage/mentioned in commit bab2f916
Please register or sign in to reply