Skip to content

Commit f7904c8

Browse files
Update troubleshoot-diagnostic-logs.md
1 parent bb5a47c commit f7904c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ For logs stored in the App Service file system, the easiest way is to download t
176176
- Linux/custom containers: `https://<app-name>.scm.azurewebsites.net/api/logs/docker/zip`
177177
- Windows apps: `https://<app-name>.scm.azurewebsites.net/api/dump`
178178
179-
For Linux/custom containers, the ZIP file contains console output logs for both the docker host and the docker container. For a scaled-out app, the ZIP file contains one set of logs for each instance. In the App Service file system, these log files are the contents of the */home/LogFiles* directory.
179+
For Linux/custom containers, the ZIP file contains console output logs for both the docker host and the docker container. For a scaled-out app, the ZIP file contains one set of logs for each instance. In the App Service file system, these log files are the contents of the */home/LogFiles* directory. Deployment logs are stored in */site/deployments/*.
180180
181181
For Windows apps, the ZIP file contains the contents of the *D:\Home\LogFiles* directory in the App Service file system. It has the following structure:
182182

0 commit comments

Comments
 (0)