diff --git a/core/bbs.js b/core/bbs.js index 2ea975b1..6230a69a 100644 --- a/core/bbs.js +++ b/core/bbs.js @@ -134,6 +134,9 @@ function initialize(cb) { }, function basicInit(callback) { logger.init(); + logger.log.info( + { version : require('../package.json').version }, + '**** ENiGMA½ Bulletin Board System Starting Up! ****'); process.on('SIGINT', shutdownSystem);