forked from TrueCloudLab/frostfs-testlib
[#136] Added exclude_filter
Added exclude_filter Signed-off-by: Mikhail Kadilov <m.kadilov@yadro.com>
This commit is contained in:
parent
dc6b0e407f
commit
17c1a4f14b
2 changed files with 6 additions and 0 deletions
|
@ -287,6 +287,7 @@ class Host(ABC):
|
|||
since: Optional[datetime] = None,
|
||||
until: Optional[datetime] = None,
|
||||
unit: Optional[str] = None,
|
||||
exclude_filter: Optional[str] = None,
|
||||
) -> str:
|
||||
"""Get logs from host filtered by regex.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue