Skip to content

Commit 2564aa4

Browse files
authored
Update faq.yml
1 parent 0215d26 commit 2564aa4

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
@@ -1103,7 +1103,7 @@ sections:
11031103
answer: |
11041104
Container insights now supports multi-line logging, for more information on how to enable, checkout the [Multi-line logging in Container Insights](https://learn.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-logging-v2) docs.
11051105
1106-
As an alternative you can also configure all the services to write in JSON format, and then Docker/Moby writes them as a single line. For example, you can wrap wrap your log as a JSON object as shown in the following example for a sample Node.js application
1106+
As an alternative you can also configure all the services to write in JSON format, and then Docker/Moby writes them as a single line. For example, you can wrap your log as a JSON object as shown in the following example for a sample Node.js application
11071107
11081108
```
11091109
console.log(json.stringify({

0 commit comments

Comments
 (0)