diff --git a/core/server/ghost-server.js b/core/server/ghost-server.js index b9c8a3886b..1af74ce844 100644 --- a/core/server/ghost-server.js +++ b/core/server/ghost-server.js @@ -166,7 +166,7 @@ GhostServer.prototype.logStartMessages = function () { // Startup & Shutdown messages if (process.env.NODE_ENV === 'production') { console.log( - chalk.green('Ghost is running...'), + chalk.green('Ghost is running in ' + process.env.NODE_ENV + '...'), '\nYour blog is now available on', config.url, chalk.gray('\nCtrl+C to shut down')