Skip to content

Commit 146a216

Browse files
Merge pull request #87 from harness/MAINT-set-log-level
Update further_reading.md
2 parents 1ec3c16 + 400506e commit 146a216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/further_reading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following example creates an instance of the logrus logger and provides it a
3131

3232
```golang
3333
logger := logrus.New()
34+
logger.SetLevel(logrus.ErrorLevel)
3435

3536
// Create a feature flag client
3637
client, err := harness.NewCfClient(myApiKey, harness.WithLogger(logger))

0 commit comments

Comments
 (0)