Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
output: Don't output nano second field of next retry time in warning log
It might output unfriendly fractions due to Time class's behavior as of Ruby 2.7, and actual retry time isn't so accurate. In addition, fix inappropriate labels: retry_time -> retry_times next_retry_seconds -> next_retry_time e.g.) before: [warn]: #0 failed to flush the buffer. retry_times=9 next_retry_time=2021-07-19 13:00:22 24648004639507749129/34359738368000000000 after: [warn]: #0 failed to flush the buffer. retry_times=9 next_retry_time=2021-07-19 13:00:22 Signed-off-by: Takuro Ashie <[email protected]>
- Loading branch information