Skip to content

Commit 14eab46

Browse files
authored
Merge pull request #97318 from msangapu-msft/docker-logs
Docker logs
2 parents 4928e10 + c99822f commit 14eab46

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/app-service/containers/app-service-linux-intro.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ Based on a current limitation, for the same resource group you cannot mix Window
6464

6565
## Troubleshooting
6666

67-
When your application fails to start or you want to check the logging from your app, check the Docker logs in the LogFiles directory. You can access this directory either through your SCM site or via FTP. To log the `stdout` and `stderr` from your container, you need to enable **Docker Container logging** under **App Service Logs**. The setting takes effect immediately. App Service detects the change and restarts the container automatically.
67+
> [!NOTE]
68+
> There's new integrated logging capability with [Azure Monitoring (preview)](https://docs.microsoft.com/azure/app-service/troubleshoot-diagnostic-logs#send-logs-to-azure-monitor-preview) .
69+
>
70+
>
71+
72+
When your application fails to start or you want to check the logging from your app, check the Docker logs in the LogFiles directory. You can access this directory either through your SCM site or via FTP. To log the `stdout` and `stderr` from your container, you need to enable **Application Logging** under **App Service Logs**. The setting takes effect immediately. App Service detects the change and restarts the container automatically.
6873

6974
You can access the SCM site from **Advanced Tools** in the **Development Tools** menu.
7075

articles/app-service/troubleshoot-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ With the new [Azure Monitor integration](https://aka.ms/appsvcblog-azmon), you c
185185
186186
The following table shows the supported log types and descriptions:
187187
188-
| Log type | Windows support | Linux support | Description |
188+
| Log type | Windows support | Linux (Docker) support | Description |
189189
|-|-|-|
190190
| AppServiceConsoleLogs | TBA | Yes | Standard output and standard error |
191191
| AppServiceHTTPLogs | Yes | Yes | Web server logs |

0 commit comments

Comments
 (0)