Update server.js to include welcome message in the logger
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -114,6 +114,7 @@ const PORT = process.env.PORT || 5053;
|
||||
app.listen(PORT, () => {
|
||||
console.clear();
|
||||
if (logger) {
|
||||
logger.info(`☀️ Welcome to the Content Delivery Network (CDN) Server`);
|
||||
logger.info(`🚀 Your server is available and running on port ${PORT}`);
|
||||
logger.info(`⚜️ Application developed by Dinawo, part of the SwiftLogic Labs group`);
|
||||
logger.info(`♨️ Version: ${version}`);
|
||||
|
||||
Reference in New Issue
Block a user