meteor icon indicating copy to clipboard operation
meteor copied to clipboard

fix: sink retry log not showing unit of time and the correct level

Open StewartJingga opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. 1. Wrong Log level on sink retry notification. It should be warn | error instead of info.

2. Also it does not show unit of time, like the following

retrying sink in 5000000

Describe the solution you'd like 1. Change log level on sink retry to warn or error.

2 And log should show unit of time e.g.

retrying sink in 5000000ms

Also it would be nice to make time to be more readable like:

  • 5s
  • 5,000,000 ms
  • 25m

StewartJingga avatar Aug 09 '22 08:08 StewartJingga