Skip to content

Commit 577565b

Browse files
committed
Remove Azure diagnostic logs and deployment artifacts from source control
- Removed dashboard-logs/ and dashboard-logs-latest/ directories (100+ log files) - Removed all .zip files (dashboard-logs.zip, dashboard-deploy.zip, etc.) - Azure Kudu deployment logs and trace files should never be in git - Updated .gitignore to prevent future commits of: - All *-logs/ directories - All *.zip files - Azure diagnostic and deployment artifacts These are temporary troubleshooting files that bloat the repository
1 parent ae100d0 commit 577565b

File tree

136 files changed

+10
-1127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+10
-1127
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ bld/
5555
[Ll]og/
5656
[Ll]ogs/
5757

58+
# Azure diagnostic logs and deployment artifacts
59+
dashboard-logs/
60+
dashboard-logs-*/
61+
dash-logs/
62+
temp-logs/
63+
*-logs/
64+
65+
# Zip archives
66+
*.zip
67+
5868
# NuGet Packages
5969
*.nupkg
6070
# NuGet Symbol Packages

dashboard-deploy.zip

-4.9 MB
Binary file not shown.

dashboard-latest-logs.zip

-272 KB
Binary file not shown.

dashboard-logs-fix.zip

-515 KB
Binary file not shown.

dashboard-logs-latest.zip

-296 KB
Binary file not shown.

dashboard-logs-latest/LogFiles/kudu/trace/1f1cb55f1bbc-08b6e98d-40ab-4df4-b072-e908afdb24f1.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

dashboard-logs-latest/LogFiles/kudu/trace/2025-11-05T17-06-36_2b261b_001_Startup_POST_api-zipdeploy_1s.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

dashboard-logs-latest/LogFiles/kudu/trace/2025-11-05T17-06-39_2b261b_002_POST_api-zipdeploy_202_18s.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

dashboard-logs-latest/LogFiles/kudu/trace/2025-11-05T17-06-56_2b261b_003_Background_POST_api-zipdeploy_pending.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

dashboard-logs-latest/LogFiles/kudu/trace/2025-11-05T17-07-02_2b261b_004_GET_api-deployments-latest_202_6s.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)