mirror of
https://github.com/logos-storage/logtools.git
synced 2026-01-07 07:53:09 +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,
|
colored_output=not args.no_color,
|
||||||
start_date=args.from_,
|
start_date=args.from_,
|
||||||
end_date=args.to,
|
end_date=args.to,
|
||||||
|
limit=args.limit,
|
||||||
)
|
)
|
||||||
elif resource == ResourceType.runs:
|
elif resource == ResourceType.runs:
|
||||||
run = ElasticSearchLogRepo(client=client).test_run(test_run_id=args.test_run_id).test_run
|
run = ElasticSearchLogRepo(client=client).test_run(test_run_id=args.test_run_id).test_run
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "logtools"
|
name = "logtools"
|
||||||
version = "1.4.0"
|
version = "1.4.1"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["gmega <giuliano@status.im>"]
|
authors = ["gmega <giuliano@status.im>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user