Skip to content

Commit

Permalink
Add SQL Writer log to capture
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilB-MSFT committed Sep 24, 2024
1 parent 40a185b commit 78681d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest_by_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ File Path | Manifest
/Program Files/Microsoft Monitoring Agent/Agent/Health Service State/FCT_\*/work/loca<br>lhost.mof | monitor-mgmt
/Program Files/Microsoft Monitoring Agent/Agent/Health Service State/FCT_\*/work/loca<br>lhost.prevmof | monitor-mgmt
/Program Files/Microsoft Monitoring Agent/Agent/Health Service State/Management Packs<br>/\*.xml | monitor-mgmt
/Program Files/Microsoft SQL Server/90/Shared/SqlWriterLogger\*.txt | sql-iaas
/Program Files/Microsoft SQL Server/\*/MSSQL/Log/ERRORLOG | sql-iaas
/Program Files/Microsoft SQL Server/\*/MSSQL/Log/ERRORLOG.\* | sql-iaas
/Program Files/Microsoft SQL Server/\*/MSSQL/Log/ExtensibilityLog/ExtensibilityLog/EX<br>TLAUNCHERRORLOG | sql-iaas
Expand Down Expand Up @@ -679,4 +680,4 @@ File Path | Manifest
/k/kubeclusterconfig.json | aks
/unattend.xml | diagnostic, eg, normal, vmdiagnostic, windowsupdate

*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-11 14:57:31.185418`*
*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-24 14:50:17.425615`*
3 changes: 2 additions & 1 deletion docs/manifest_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,7 @@ sql-iaas | copy | /Program Files/Microsoft SQL Server/\*/MSSQL/Log/\*.log
sql-iaas | copy | /Program Files/Microsoft SQL Server/\*/MSSQL/Log/\*.mdmp
sql-iaas | copy | /Program Files/Microsoft SQL Server/\*/Setup Bootstrap/Log/\*/Log\*.cab
sql-iaas | copy | /Program Files/Microsoft SQL Server/\*/Setup Bootstrap/Log/Summary.txt
sql-iaas | copy | /Program Files/Microsoft SQL Server/90/Shared/SqlWriterLogger\*.txt
vmdiagnostic | copy | /Windows/System32/config/SOFTWARE
vmdiagnostic | copy | /Windows/System32/config/SYSTEM
vmdiagnostic | copy | /Windows/System32/winevt/Logs/System.evtx
Expand Down Expand Up @@ -1845,4 +1846,4 @@ workloadbackup | copy | /WindowsAzure/Logs/Plugins/\*
workloadbackup | copy | /WindowsAzure/Logs/AggregateStatus/aggregatestatus\*.json
workloadbackup | copy | /WindowsAzure/Logs/AppAgentRuntime.log

*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-11 14:57:31.185418`*
*File was created by running [parse_manifest.py](../tools/parse_manifest.py) on `2024-09-24 14:50:17.425615`*
1 change: 1 addition & 0 deletions manifests/windows/sql-iaas
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ copy,/Program Files/Microsoft SQL Server/*/MSSQL/Log/*.log
copy,/Program Files/Microsoft SQL Server/*/MSSQL/Log/*.mdmp,noscan
copy,/Program Files/Microsoft SQL Server/*/Setup Bootstrap/Log/*/Log*.cab,noscan
copy,/Program Files/Microsoft SQL Server/*/Setup Bootstrap/Log/Summary.txt
copy,/Program Files/Microsoft SQL Server/90/Shared/SqlWriterLogger*.txt

0 comments on commit 78681d9

Please sign in to comment.