diff --git a/src/schemas/user/migrationSchema.js b/src/schemas/user/migrationSchema.js index 1be7b73..8ae54f7 100644 --- a/src/schemas/user/migrationSchema.js +++ b/src/schemas/user/migrationSchema.js @@ -146,6 +146,8 @@ migrationSchema.statics.ingestLegacyDump = async function(){ //Pass toke logs over to the stat model for further ingestion await statModel.ingestLegacyTokes(tokeLogs); + + loggerUtils.consoleWarn(`Legacy Server Migration Completed at: ${new Date().toLocaleString()}`); }catch(err){ return loggerUtils.localExceptionHandler(err); }