Skip to content

Commit

Permalink
Update backoff.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Jan 25, 2024
1 parent baae775 commit 2fbb9c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/python/backoff.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ import backoff
def do_something():
pass
```

Enable logging: `logging.getLogger('backoff').addHandler(logging.StreamHandler())`

0 comments on commit 2fbb9c1

Please sign in to comment.