-
Notifications
You must be signed in to change notification settings - Fork 912
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
lightningd: implement --log-timestamps=false. #4504
lightningd: implement --log-timestamps=false. #4504
Conversation
98c3b9d
to
7e8d771
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Rusty!
doc/lightningd-config.5
Outdated
@@ -197,6 +197,11 @@ Log to this file instead of stdout\. Sending \fBlightningd\fR(8) SIGHUP will | |||
cause it to reopen this file (useful for log rotation)\. | |||
|
|||
|
|||
\fBlog-timetamps\fR=\fIBOOL\fR | |||
Set this to false to turn of timestamp prefixes (they will still appear |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to turn off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see below (this one is generated)
doc/lightningd-config.5.md
Outdated
@@ -157,6 +157,10 @@ with multiple daemons. | |||
Log to this file instead of stdout. Sending lightningd(8) SIGHUP will | |||
cause it to reopen this file (useful for log rotation). | |||
|
|||
**log-timetamps**=*BOOL* | |||
Set this to false to turn of timestamp prefixes (they will still appear |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"to turn off", ah this is the source and the other is generated from this
Just a minor typo in the docs. ACK 7e8d771 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack 7e8d771
7e8d771
to
378a39d
Compare
Typo fixed, thanks! |
Fixes: ElementsProject#4494 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: config: New option `log-timestamps` allow disabling of timestamp prefix in logs.
378a39d
to
451e189
Compare
ACK 451e189 |
Fixes: #4494
Signed-off-by: Rusty Russell rusty@rustcorp.com.au
Changelog-Added: config: New option
log-timestamps
allow disabling of timestamp prefix in logs.