typesafehub / conductr-cli

CLI for Lightbend ConductR
Other
16 stars 21 forks source link

Adjust `conduct logs` default lines fetched to be 50 when follow is enabled #549

Closed longshorej closed 6 years ago

longshorej commented 6 years ago

This adjusts the default value for lines for conduct logs when -f is provided. This is done so that reconciliation of the logs is less likely to fail.

Failure can and will happen when log volume is high, as the CLI needs to calculate the difference between old and new logs to determine which lines to print. By increasing the default size, we're making this less likely to happen.