Skip to content

Commit

Permalink
Merge pull request #67 from surmon-china/develop
Browse files Browse the repository at this point in the history
chore: improve logs
  • Loading branch information
surmon-china authored Dec 22, 2020
2 parents eac0bc4 + 3f0f15c commit 1adb000
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

### DOC

-`sh xxx.sh`
-`. xxx.sh`
-`source xxx.sh`
5 changes: 4 additions & 1 deletion src/modules/expansion/expansion.service.dbbackup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ export class DBBackupService {
APP_CONFIG.DB_BACKUP.bucket,
)
.then(result => {
console.info('DB Backup 备份数据上传成功!', result);
console.info('DB Backup 备份数据上传成功!', {
name: result.name,
url: result.url
});
return resolve();
})
.catch(error => {
Expand Down

0 comments on commit 1adb000

Please sign in to comment.