-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance log to include milliseconds #686
Comments
This issue seems pretty easy, so I can take over if you're okay with it ? For the miliseconds if we want to print miliseconds then we need to specify format instead of printing current javascript runtime format. I can take this format in config file and provide a default one if not provided. |
Oh yes it had just slipped my mind, go for it if you have time @rsercano. I agree it would be a nice feature. |
Suggest we use the same format as LND.
…On Wed, Dec 26, 2018 at 3:50 PM Daniel McNally ***@***.***> wrote:
Oh yes it had just slipped my mind, go for it if you have time @rsercano
<https://github.com/rsercano>. I agree it would be a nice feature.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#686 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJQ0ct_HdYbaQ61Tkn_xi1AH8Xvr3Hvvks5u836dgaJpZM4YoJhH>
.
|
Now we pick date format from configuration, so everyone can change as how they wish, but I can set the default format as LND if you wish @offerm ? |
default format as LND sounds good! @rsercano |
Enhance log output to inlcude milliseconds in each printing.
Today we only should the time up to the seconds.
The text was updated successfully, but these errors were encountered: