Skip to content

Commit

Permalink
Remove invalid comments (#25)
Browse files Browse the repository at this point in the history
* remove invalid comments
  • Loading branch information
SabaPing authored Dec 15, 2021
1 parent 71a2e58 commit e024ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type FileLogConfig struct {
type Config struct {
// Log level.
Level string `toml:"level" json:"level"`
// Log format. one of json, text, or console.
// Log format. One of json or text.
Format string `toml:"format" json:"format"`
// Disable automatic timestamps in output.
DisableTimestamp bool `toml:"disable-timestamp" json:"disable-timestamp"`
Expand Down

0 comments on commit e024ba4

Please sign in to comment.