Add some logging for debug log upload
This commit is contained in:
parent
0e9d549cf3
commit
41880cfe66
1 changed files with 2 additions and 0 deletions
|
@ -60,9 +60,11 @@ exports.upload = async content => {
|
|||
filename: `signal-desktop-debug-log-${VERSION}.txt`,
|
||||
});
|
||||
|
||||
window.log.info('Debug log upload starting...');
|
||||
// WORKAROUND: See comment on `submitFormData`:
|
||||
// await got.post(url, { body: form });
|
||||
await submitFormData(form, url);
|
||||
window.log.info('Debug log upload complete.');
|
||||
|
||||
return `${BASE_URL}/${fields.key}`;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue