Skip to content
Snippets Groups Projects
Commit 08174add authored by Vincent Texier's avatar Vincent Texier
Browse files

Add NodeJS version in starting logs

parent 31d789bf
No related branches found
No related tags found
2 merge requests!12331.6,!1232Merge of log_nodejs_version to 1.6
......@@ -95,6 +95,9 @@ module.exports = {
logger.info(">> Server starting...");
// Log NodeJS version
logger.info('NodeJS version: ' + process.version);
await server.checkConfig();
// Add signing & public key functions to PeeringService
logger.info('Node version: ' + server.version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment