Skip to content

Commit 3f704e7

Browse files
committed
chore: log level info for serve
1 parent 8328b87 commit 3f704e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/web/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func registerCommonFlags(fs *flag.FlagSet, cfg *options) {
3636
}
3737

3838
func parseServeOptions(args []string) (*options, error) {
39-
cfg := &options{LogLevel: logLevel{level: slog.LevelError}}
39+
cfg := &options{LogLevel: logLevel{level: slog.LevelInfo}}
4040
fs := flag.NewFlagSet("serve", flag.ContinueOnError)
4141
fs.SetOutput(os.Stderr)
4242
registerCommonFlags(fs, cfg)

0 commit comments

Comments
 (0)