Skip to content

Commit

Permalink
revert: use example
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Sep 11, 2023
1 parent 8da81ee commit f83b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/httpreadme_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func ExampleNewHTTPReadme() {
_ = os.Setenv("EXAMPLE_REQUIRED_STRING", "foo")

svr := keel.NewServer(
keel.WithLogger(zap.NewNop()),
keel.WithLogger(zap.NewExample()),
keel.WithPrometheusMeter(true),
keel.WithHTTPReadmeService(true),
)
Expand Down

0 comments on commit f83b74c

Please sign in to comment.