|
@@ -166,7 +166,7 @@ public class AccessLogFilter implements GlobalFilter, Ordered {
|
|
|
private void writeAccessLog(GatewayLog gatewayLog) {
|
|
|
log.info(JSON.toJSONString(gatewayLog));
|
|
|
//日志写入mongodb
|
|
|
- mongoTemplate.insert(gatewayLog, "gatewayLog");
|
|
|
+// mongoTemplate.insert(gatewayLog, "gatewayLog");
|
|
|
}
|
|
|
|
|
|
|