forked from TrueCloudLab/frostfs-testlib
[#252] add filter priority to get_filtered_logs method
This commit is contained in:
parent
3a4204f2e4
commit
f4460194bc
3 changed files with 5 additions and 1 deletions
|
@ -240,6 +240,7 @@ class DockerHost(Host):
|
|||
until: Optional[datetime] = None,
|
||||
unit: Optional[str] = None,
|
||||
exclude_filter: Optional[str] = None,
|
||||
priority: Optional[str] = None
|
||||
) -> str:
|
||||
client = self._get_docker_client()
|
||||
filtered_logs = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue