Skip to content

Commit

Permalink
fixup! build: Append commit hash to the main LND context
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Mar 4, 2025
1 parent ae54927 commit b8a8e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
type LogConfig struct {
Console *consoleLoggerCfg `group:"console" namespace:"console" description:"The logger writing to stdout and stderr."`
File *FileLoggerConfig `group:"file" namespace:"file" description:"The logger writing to LND's standard log file."`
NoCommitHash bool `long:"no-commit-hash"description:"If set, the commit-hash of the current build will not be included in log lines by default."`
NoCommitHash bool `long:"no-commit-hash" description:"If set, the commit-hash of the current build will not be included in log lines by default."`
}

// Validate validates the LogConfig struct values.
Expand Down

0 comments on commit b8a8e4a

Please sign in to comment.