Skip to content
Snippets Groups Projects
Commit 13d2641b authored by Markus Grigull's avatar Markus Grigull
Browse files

Disable git logging because of submodule usage

parent 9cf1ad23
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ if (config.logFile) {
}
logger.info('--- Started VILLASweb backend ---');
logger.info('Branch: ' + git.branch() + ', Commit: ' + git.short());
//logger.info('Branch: ' + git.branch() + ', Commit: ' + git.short());
// configure app
app.use(expressWinston.logger({ winstonInstance: logger, meta: false, colorize: true, msg: "HTTP {{req.method}} {{res.statusCode}} {{req.url}} {{res.responseTime}}ms" }));
......
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