Skip to content

Commit

Permalink
1408-logging-app-version
Browse files Browse the repository at this point in the history
  • Loading branch information
basarbk committed Aug 4, 2020
1 parent 622c891 commit c5869f1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,4 @@ sequelize.sync();

TokenService.scheduleCleanup();

logger.error('error');
logger.warn('warn');
logger.info('info');
logger.verbose('verbose');
logger.debug('debug');
logger.silly('silly');

app.listen(3000, () => logger.info('app is running!'));
app.listen(3000, () => logger.info('app is running. version: ' + process.env.npm_package_version));

0 comments on commit c5869f1

Please sign in to comment.