mirror of
https://github.com/logos-storage/logtools.git
synced 2026-01-02 05:23:08 +00:00
fix limit parameter for pod log fetches
This commit is contained in:
parent
b8f8e256f0
commit
228c28468d
@ -76,6 +76,7 @@ def get_logs(args, client: Elasticsearch):
|
||||
colored_output=not args.no_color,
|
||||
start_date=args.from_,
|
||||
end_date=args.to,
|
||||
limit=args.limit,
|
||||
)
|
||||
elif resource == ResourceType.runs:
|
||||
run = ElasticSearchLogRepo(client=client).test_run(test_run_id=args.test_run_id).test_run
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "logtools"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
description = ""
|
||||
authors = ["gmega <giuliano@status.im>"]
|
||||
readme = "README.md"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user