You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Currently it's hardcoded as 50. Would be great if we can configure this param ourselves.
The text was updated successfully, but these errors were encountered: