Skip to content

Commit

Permalink
Update help text so it doesnt refer to relative timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Mar 6, 2024
1 parent cac83a0 commit ebdc539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/log/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type Config struct {
Level Level `help:"Log level." default:"info" env:"LOG_LEVEL"`
JSON bool `help:"Log in JSON format." env:"LOG_JSON"`
Timestamps bool `help:"Include relative timestamps in text logs." env:"LOG_TIMESTAMPS"`
Timestamps bool `help:"Include timestamps in text logs." env:"LOG_TIMESTAMPS"`
}

// Configure returns a new logger based on the config.
Expand Down

0 comments on commit ebdc539

Please sign in to comment.