Skip to content

Commit 9343fa9

Browse files
committed
docs(quickstart): make section agnostic to json lib
1 parent 9cca95c commit 9343fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Then, you decided to propose production quality logging capabilities to your Lam
369369

370370
This helps not only in searching, but produces consistent logs containing enough context and data to ask arbitrary questions on the status of your system. We can take advantage of CloudWatch Logs and Cloudwatch Insight for this purpose.
371371

372-
### Logs as JSON with pythonjsonlogger
372+
### JSON as output
373373

374374
The first option could be to use the standard Python Logger, and use a specialized library like `pythonjsonlogger` to create a JSON Formatter.
375375

0 commit comments

Comments
 (0)