mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Add startup log entry
This commit is contained in:
parent
7f1aec4fca
commit
8cd07d2af4
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue