python-json-loggerEasy Playground

JSON formatter for Python's logging module

Getting started with python-json-loggerRun locally
Install
pip install python-json-logger
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: python_json_logger)

python-json-logger is a third-party package. JSON formatter for Python's logging module. Install with: pip install python-json-logger

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?