build+sample_conf: option to print log call-site

This commit is contained in:
Elle Mouton
2024-10-15 18:23:18 +02:00
parent eddcdb2a5a
commit 30d39ac595
4 changed files with 85 additions and 19 deletions

View File

@@ -978,12 +978,26 @@
; Don't add timestamps to logs written to stdout and stderr.
; logging.console.no-timestamps=false
; Include the log call-site in the log line written to stdout
; and stderr. Options include 'off', 'short' and 'long'.
; Default:
; logging.console.call-site=off
; Example:
; logging.console.call-site=short
; Disable logging to the standard LND log file.
; logging.file.disable=false
; Don't add timestamps to logs written to the standard LND log file.
; logging.file.no-timestamps=false
; Include the log call-site in the log line written the standard LND
; log file. Options include 'off', 'short' and 'long'.
; Default:
; logging.file.call-site=off
; Example:
; logging.file.call-site=short
[watchtower]
; Enable integrated watchtower listening on :9911 by default.