From bf828368693fcdf100fe1d493fe7b4bf2853afe5 Mon Sep 17 00:00:00 2001 From: Dina Berry Date: Tue, 2 Apr 2019 11:08:54 -0700 Subject: [PATCH] edits from Michael Bazzoli --- ...vices-containers-configuration-shared-settings-logging.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/cognitive-services-containers-configuration-shared-settings-logging.md b/includes/cognitive-services-containers-configuration-shared-settings-logging.md index c39f629057575..0b0e7e4746b80 100644 --- a/includes/cognitive-services-containers-configuration-shared-settings-logging.md +++ b/includes/cognitive-services-containers-configuration-shared-settings-logging.md @@ -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. @@ -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 \ @@ -26,7 +26,6 @@ docker run --rm -it -p 5000:5000 \ Eula=accept \ Billing= \ ApiKey= \ -Logging:Console:LogLevel:Default=Information Logging:Disk:Format=json ```