Hi @varsenia,
You sure can! You can add the highlighted option under the <sendLogFileOption> element to only include those specific log fragments :
<sendLogFilesOption>
<saveToLogDir>/tmp</saveToLogDir>
<computersSelected>false</computersSelected>
<searchContentSelected>false</searchContentSelected>
<timeSelected>false</timeSelected>
<uploadLogsSelected>true</uploadLogsSelected>
<emailSelected>false</emailSelected>
<saveToFolderSelected>true</saveToFolderSelected>
<fingerPrint>true</fingerPrint>
<galaxyLogs>true</galaxyLogs>
<logFragments>true</logFragments>
<machineInformation>true</machineInformation>
Simply add that to the XML in the same position, and it should give you what you’re looking for.
Let me know if it doesn’t work, or you have any other questions!
-Brian Bruno