소스 검색

edited logger

ryuichi-e 5 년 전
부모
커밋
7f6b01b130
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/migrations/20200901034313-update-mail-transmission.js

+ 1 - 1
src/migrations/20200901034313-update-mail-transmission.js

@@ -19,7 +19,7 @@ module.exports = {
     });
 
     if (sesExist == null) {
-      return logger.info('Failed to migrate, document does not exist.');
+      return logger.info('Document does not exist, value of transmission method will be set smtp automatically.');
     }
     if (sesExist.value != null) {
       await Config.create({