Skip to content

Commit 162ff62

Browse files
authored
Merge pull request #90263 from changeworld/patch-14
Fix typo
2 parents f3ba358 + 3b35981 commit 162ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ sections:
981981
answer: |
982982
Currently Container insights doesn't support multi-line logging, but there are workarounds available. You can configure all the services to write in JSON format and then Docker/Moby will write them as a single line.
983983
984-
For example, you can wrap your log as a JSON object as shown in the example below for a sample node.js application:
984+
For example, you can wrap your log as a JSON object as shown in the example below for a sample Node.js application:
985985
986986
```
987987
console.log(json.stringify({

0 commit comments

Comments
 (0)