Skip to content

Commit c8e1f20

Browse files
committed
Hide http-proxy-middleware info messages
1 parent dc3eed7 commit c8e1f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ function Server(compiler, options) {
149149
proxyOptions = options.proxy[context];
150150
proxyOptions.context = correctedContext;
151151
}
152+
proxyOptions.logLevel = proxyOptions.logLevel || "warn";
152153

153154
return proxyOptions;
154155
});

0 commit comments

Comments
 (0)