Skip to content

Commit

Permalink
refactor metrics handler
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Nov 26, 2024
1 parent 833d594 commit 6aedfe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/log/flag/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ func AddFlags(a *kingpin.Application, config *log.Config) {
if config.File == nil {
config.File = &log.AllowedFile{}
}

a.Flag(FileFlagName, FileFlagHelp).Default(config.File.String()).SetValue(config.File)
}

0 comments on commit 6aedfe6

Please sign in to comment.