Added unit to logs getter

Signed-off-by: Dmitry Anurin <d.anurin@yadro.com>
This commit is contained in:
Dmitry Anurin 2023-10-11 11:10:58 +03:00 committed by anurindm
parent 98f9c78f09
commit dd347dd8fb
2 changed files with 2 additions and 0 deletions

View file

@ -257,6 +257,7 @@ class Host(ABC):
message_regex: str,
since: Optional[datetime] = None,
until: Optional[datetime] = None,
unit: Optional[str] = None,
) -> bool:
"""Checks logs on host for specified message regex.