Skip to content

Commit

Permalink
Fix: Typo in docs/handbooks/logging.srt
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosm27 authored Aug 10, 2022
1 parent c7243d3 commit aa55411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbooks/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Here is an example to log to a CSV file:
# Adding the repo to the logger
logger = logging.getLogger('rocketry.task')
handler = RepoHandler(repo=repo)
logging.addHandler(handler)
logger.addHandler(handler)
Another common pattern is to log the records to a
SQL database. This can be done with SQLAlchemy:
Expand Down

0 comments on commit aa55411

Please sign in to comment.