mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Alway filter irrelevant log lines when sharing it
This commit is contained in:
parent
38704cbae4
commit
51d53be54c
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ def log_display(path, number=None, share=False, filter_irrelevant=False):
|
||||||
share
|
share
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
if share:
|
||||||
|
filter_irrelevant = True
|
||||||
|
|
||||||
if filter_irrelevant:
|
if filter_irrelevant:
|
||||||
filters = [
|
filters = [
|
||||||
r"set [+-]x$",
|
r"set [+-]x$",
|
||||||
|
|
Loading…
Add table
Reference in a new issue