File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 - [ Case 5. In ` Django ` project, config ` LOGGING ` ] ( #case-5-in-django-project-config-logging )
99 - [ More Usage] ( #more-usage )
1010 - [ Case 1. Mix ` extra ` to output] ( #case-1-mix-extra-to-output )
11- - [ Case 2. output multiple attributes in one key] ( #case-2-output-multiple-attributes-in-one-key )
12- - [ Case 3. support ` json.dumps ` all optional parameters] ( #case-3-support-jsondumps-all-optional-parameters )
11+ - [ Case 2. Output multiple attributes in one key] ( #case-2-output-multiple-attributes-in-one-key )
12+ - [ Case 3. Support ` json.dumps ` all optional parameters] ( #case-3-support-jsondumps-all-optional-parameters )
1313 - [ Case 4. Solve cumtom ` LogRecord ` attribute is not ` JSON serializable ` ] ( #case-4-solve-cumtom-logrecord-attribute-is-not-json-serializable )
1414 - [ LogRecord Attributes] ( #logrecord-attributes )
1515
@@ -335,7 +335,7 @@ output:
335335
336336
337337
338- ### Case 2. output multiple attributes in one key
338+ ### Case 2. Output multiple attributes in one key
339339``` python
340340import logging
341341
@@ -363,7 +363,7 @@ root.info('test multi attributes in one key')
363363
364364
365365
366- ### Case 3. support ` json.dumps ` all optional parameters
366+ ### Case 3. Support ` json.dumps ` all optional parameters
367367
368368``` python
369369import logging
You can’t perform that action at this time.
0 commit comments