We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85d931 commit 94b64f1Copy full SHA for 94b64f1
src/webserver.js
@@ -344,7 +344,7 @@ WebServer.prototype.handleWebConnection = function (socket) {
344
WebServer.prototype.start = function () {
345
346
this.app = Express();
347
- this.app.use(Morgan('combined'))
+ this.app.use(Morgan('tiny'))
348
this.app.use(Multer({ dest: './uploads/'}).any());
349
//this.app = Connect();
350
this.server = Http.createServer(this.app);
0 commit comments