Add startup log entry
This commit is contained in:
parent
7f1aec4fca
commit
8cd07d2af4
|
@ -134,6 +134,9 @@ function initialize(cb) {
|
||||||
},
|
},
|
||||||
function basicInit(callback) {
|
function basicInit(callback) {
|
||||||
logger.init();
|
logger.init();
|
||||||
|
logger.log.info(
|
||||||
|
{ version : require('../package.json').version },
|
||||||
|
'**** ENiGMA½ Bulletin Board System Starting Up! ****');
|
||||||
|
|
||||||
process.on('SIGINT', shutdownSystem);
|
process.on('SIGINT', shutdownSystem);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue