revert: use example

This commit is contained in:
Kevin Franklin Kim 2023-09-11 17:21:53 +02:00
parent 8da81ee42e
commit f83b74cbf7
No known key found for this signature in database

View File

@ -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),
)