all repos — searchix @ 6d42ad10e483590d1dbb7ceacae8f6dd11f0d1df

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: unable to set log level from nixos module

Alan Pearce
commit

6d42ad10e483590d1dbb7ceacae8f6dd11f0d1df

parent

5c1454971ad761d7ee56a4d9a8b33f1e789dc9e3

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M cmd/searchix-web/main.gocmd/searchix-web/main.go
@@ -39,8 +39,6 @@ cfg, err = config.GetConfig(string(globalOptions.Config), logger.Named("config"))
if err != nil { return fault.Wrap(err, fmsg.With("Failed to parse config file")) } - - log.SetLevel(cfg.LogLevel) } if globalOptions.CPUProfile != "" {