@@ -317,7 +317,7 @@ you can install Sanic on windows by running these commands:
317317[0] Full logging format references
318318----------------------------------
319319
320- 2 types of logging statement will be emmited by this library:
320+ 2 types of logging statement will be emitted by this library:
321321- Application log: normal logging statement e.g.:
322322
323323::
@@ -372,52 +372,52 @@ See following tables for detail format explanation:
372372
373373 - Common field
374374
375- +-----------------+-----------------+-----------------+-----------------+
376- | Field | Description | Format | Example |
377- +=================+=================+=================+=================+
378- | written_at | The date when | ISO 8601 | 2017-12-23T15:1 |
379- | | this log | YYYY-MM-DDTHH:M | 4:02.208Z |
380- | | message was | M:SS.milliZ | |
381- | | written. | | |
382- +-----------------+-----------------+-----------------+-----------------+
383- | written_ts | The timestamp | long number | 145682055381684 |
384- | | in nano-second | | 9408 |
385- | | precision when | | |
386- | | this request | | |
387- | | metric message | | |
388- | | was written. | | |
389- +-----------------+-----------------+-----------------+-----------------+
390- | correlation_id | The timestamp | string | db2d002e-2702-4 |
391- | | in nano-second | | 1ec-66f5-c002a8 |
392- | | precision when | | 0a3d3f |
393- | | this request | | |
394- | | metric message | | |
395- | | was written. | | |
396- +-----------------+-----------------+-----------------+-----------------+
397- | type | Type of | string | |
398- | | logging. “logs” | | |
399- | | or “request” | | |
400- +-----------------+-----------------+-----------------+-----------------+
401- | component_id | Uniquely | string | 9e6f3ecf-def0-4 |
402- | | identifies the | | baf-8fac-9339e6 |
403- | | software | | 1d5645 |
404- | | component that | | |
405- | | has processed | | |
406- | | the current | | |
407- | | request | | |
408- +-----------------+-----------------+-----------------+-----------------+
409- | component_name | A | string | my-fancy-compon |
410- | | human-friendly | | ent |
411- | | name | | |
412- | | representing | | |
413- | | the software | | |
414- | | component | | |
415- +-----------------+-----------------+-----------------+-----------------+
416- | component_insta | Instance’s | string | 0 |
417- | nce | index of | | |
418- | | horizontally | | |
419- | | scaled service | | |
420- +-----------------+-----------------+-----------------+-----------------+
375+ +------------------- +-----------------+-----------------+-----------------+
376+ | Field | Description | Format | Example |
377+ +=================== +=================+=================+=================+
378+ | written_at | The date when | ISO 8601 | 2017-12-23T15:1 |
379+ | | this log | YYYY-MM-DDTHH:M | 4:02.208Z |
380+ | | message was | M:SS.milliZ | |
381+ | | written. | | |
382+ +------------------- +-----------------+-----------------+-----------------+
383+ | written_ts | The timestamp | long number | 145682055381684 |
384+ | | in nano-second | | 9408 |
385+ | | precision when | | |
386+ | | this request | | |
387+ | | metric message | | |
388+ | | was written. | | |
389+ +------------------- +-----------------+-----------------+-----------------+
390+ | correlation_id | The timestamp | string | db2d002e-2702-4 |
391+ | | in nano-second | | 1ec-66f5-c002a8 |
392+ | | precision when | | 0a3d3f |
393+ | | this request | | |
394+ | | metric message | | |
395+ | | was written. | | |
396+ +------------------- +-----------------+-----------------+-----------------+
397+ | type | Type of | string | |
398+ | | logging. “logs” | | |
399+ | | or “request” | | |
400+ +------------------- +-----------------+-----------------+-----------------+
401+ | component_id | Uniquely | string | 9e6f3ecf-def0-4 |
402+ | | identifies the | | baf-8fac-9339e6 |
403+ | | software | | 1d5645 |
404+ | | component that | | |
405+ | | has processed | | |
406+ | | the current | | |
407+ | | request | | |
408+ +------------------- +-----------------+-----------------+-----------------+
409+ | component_name | A | string | my-component |
410+ | | human-friendly | | |
411+ | | name | | |
412+ | | representing | | |
413+ | | the software | | |
414+ | | component | | |
415+ +------------------- +-----------------+-----------------+-----------------+
416+ | component_instance | Instance’s | string | 0 |
417+ | | index of | | |
418+ | | horizontally | | |
419+ | | scaled service | | |
420+ +------------------- +-----------------+-----------------+-----------------+
421421
422422 - application logs
423423
@@ -549,8 +549,8 @@ See following tables for detail format explanation:
549549| t_type | associated with | | n |
550550| | the entity of | | |
551551| | the response if | | |
552- | | available/speci | | |
553- | | fied | | |
552+ | | available or | | |
553+ | | specified | | |
554554+-----------------+-----------------+-----------------+-----------------+
555555| referer | For HTTP | string | /index.html |
556556| | requests, | | |
0 commit comments