Browse Source

edited logger

ryuichi-e 5 năm trước cách đây
mục cha
commit
7f6b01b130
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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({