Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update README to stop referencing .shutdown().
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Dec 3, 2012
1 parent a56e908 commit 963b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Do some logging.
mylggr.info("Hello, world!")
mylggr.warning("Something seems to have gone {desc}", {"desc":"amuck!"})
mylggr.critical("Someone {} us {} the {}!", "set", "up", "bomb")
mylggr.shutdown() # stop logging
mylggr.close() # stop logging
```

# What kind of information can I log?
Expand Down

0 comments on commit 963b237

Please sign in to comment.