tork icon indicating copy to clipboard operation
tork copied to clipboard

request: make get log max page size configurable

Open v36372 opened this issue 1 year ago • 2 comments

Currently it's hardcoded as 50. Would be great if we can configure this param ourselves.

v36372 avatar Mar 12 '24 09:03 v36372

Also, ability to configure the max size of each log partition would be helpful. I'm currently having too many items, while each item is only 1 line of log. The datatype of tasks_log_parts.contents is TEXT so I don't see why we should't store as much as possible in 1 partition.

v36372 avatar Mar 19 '24 08:03 v36372

Also, ability to configure the max size of each log partition would be helpful. I'm currently having too many items, while each item is only 1 line of log. The datatype of tasks_log_parts.contents is TEXT so I don't see why we should't store as much as possible in 1 partition.

While not configurable yet, the log shipping on the latest (0.1.73) version will buffer log entries for upto a second. In my tests it significantly reduces my log entries.

runabol avatar May 10 '24 12:05 runabol