Skip to content

Commit

Permalink
change to info
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahMarsh committed Nov 1, 2024
1 parent 9e73b0d commit 7718dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bulletin-board/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var bulletinBoard *bulletin_board.BulletinBoard

func main() {
// Define command-line flags
logLevel := flag.String("log-level", "debug", "Log level")
logLevel := flag.String("log-level", "info", "Log level")

flag.Usage = func() {
if _, err := fmt.Fprintf(flag.CommandLine.Output(), "Usage of %s:\n", os.Args[0]); err != nil {
Expand Down

0 comments on commit 7718dc4

Please sign in to comment.