Skip to content

Commit 73f1dd0

Browse files
committed
DOCSP-16054 log message id not string
1 parent 33161da commit 73f1dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/log-messages.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ specification, and has the following layout and field order:
9898
"s": <String>, // severity
9999
"c": <String>, // component
100100
"ctx": <String>, // context
101-
"id": <String>, // unique identifier
101+
"id": <Integer>, // unique identifier
102102
"msg": <String>, // message body
103103
"attr": <Object> // additional attributes (optional)
104104
"tags": <Array of strings> // tags (optional)
@@ -118,7 +118,7 @@ specification, and has the following layout and field order:
118118
- **Context** - String representing the name of the thread issuing the
119119
log statement.
120120

121-
- **id** - String representing the unique identifier of the log
121+
- **id** - Integer representing the unique identifier of the log
122122
statement. See :ref:`log-message-parsing-example-filter-id` for an
123123
example.
124124

0 commit comments

Comments
 (0)