remove logging flags from acmesolver
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
parent
f0871eb6b8
commit
c113a3eadc
@ -74,7 +74,7 @@ func NewACMESolverCommand(stopCh <-chan struct{}) *cobra.Command {
|
||||
cmd.Flags().StringVar(&s.Token, "token", "", "the challenge token to verify against")
|
||||
cmd.Flags().StringVar(&s.Key, "key", "", "the challenge key to respond with")
|
||||
|
||||
logf.AddFlags(logOptions, cmd.Flags())
|
||||
// TODO(@inteon): use flags to configure the log configuration
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user