Hacker News new | ask | show | jobs
by dsr_ 2956 days ago
It's very nice that you can specify the period between sending logs in nanoseconds, microseconds or milliseconds, but also utterly useless. Even if there's a time library being used that has these options, it's appropriate to only advertise the units that make sense.

Sadly, it does not include "days", although one can always specify the value in milliseconds. (The fifth hyperfactorial, as recently mentioned.)

1 comments

Well, you caught me. I copied and pasted that line from Go Source comments :D

But hey, you can use 1h4ms6ns as intervals :D

Maybe I should parse days... Thanks for the Idea.