Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ using ``logging``, transparently.
myticket = get_object_or_404(models.Ticket, pk=ticket_id)

# push objects, they will be adapted to log fields
log_context.update(myticket):
log_context.update(myticket)

# Log as usual
logger.info("Working on %r", myticket)
Expand Down