Skip to content

Commit

Permalink
More boring warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Dec 19, 2023
1 parent 770fdb6 commit 4ce101b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ def is_relevant_warning(msg):
r"/var/lib/postgresql/\d\d/main /var/log/postgresql/postgresql-\d\d-main.log",
# Java boring messages
r"cannot open '/etc/ssl/certs/java/cacerts'",
# Misc
r"update-binfmts: warning:",
]
return all(not re.search(w, msg) for w in irrelevant_warnings)

Expand Down

0 comments on commit 4ce101b

Please sign in to comment.