Skip to content

Commit

Permalink
log to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Aug 26, 2024
1 parent b53f958 commit 1a186a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gocert/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func main() {
log.SetOutput(os.Stderr)
log.SetOutput(os.Stdout)
configFilePtr := flag.String("config", "", "The config file to be provided to the server")
flag.Parse()
if *configFilePtr == "" {
Expand Down

0 comments on commit 1a186a4

Please sign in to comment.