Skip to content

Commit

Permalink
edits from Michael Bazzoli
Browse files Browse the repository at this point in the history
  • Loading branch information
diberry committed Apr 2, 2019
1 parent 236626e commit bf82836
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: diberry
ms.author: diberry
ms.service: cognitive-services
ms.topic: include
ms.date: 04/01/2019
ms.date: 04/02/2019
---

The `Logging` settings manage ASP.NET Core logging support for your container. You can use the same configuration settings and values for your container that you use for an ASP.NET Core application.
Expand All @@ -16,7 +16,7 @@ The following logging providers are supported by the container:
|[Debug](https://docs.microsoft.com/aspnet/core/fundamentals/logging/?view=aspnetcore-2.1#debug-provider)|The ASP.NET Core `Debug` logging provider. All of the ASP.NET Core configuration settings and default values for this logging provider are supported.|
|[Disk](#disk-logging)|The JSON logging provider. This logging provider writes log data to the output mount.|

This container command shows logging information in the JSON format to the output mound:
This container command stores logging information in the JSON format to the output mount:

```bash
docker run --rm -it -p 5000:5000 \
Expand All @@ -26,7 +26,6 @@ docker run --rm -it -p 5000:5000 \
Eula=accept \
Billing=<billing-endpoint> \
ApiKey=<api-key> \
Logging:Console:LogLevel:Default=Information
Logging:Disk:Format=json
```

Expand Down

0 comments on commit bf82836

Please sign in to comment.