Explorar el Código

edited logger

ryuichi-e hace 5 años
padre
commit
7f6b01b130
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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({