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

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
was `ctx`, needed to be `context`
  • Loading branch information
JoelAtDeluxe authored May 14, 2019
1 parent 61536a4 commit c65eb06
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 @@ -43,7 +43,7 @@ main_logger("This is happening on the mainline")

ctx_logger = refine_logger(main_logger, context=uuid4())
ctx_logger("A configured logger")
# prints to standard out: 'dt level=info ctx="ff088e2c-b127-4d8a-ba1d-347de59d302e" msg="A configured logger"'
# prints to standard out: 'dt level=info context="ff088e2c-b127-4d8a-ba1d-347de59d302e" msg="A configured logger"'
```

### Advanced
Expand Down

0 comments on commit c65eb06

Please sign in to comment.