ソースを参照

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({