我已经安装了 gremlin (v. 2.6.0) 和 ArangoDB (v. 2.8.11),当我通过gremlin.sh
shell 运行任何请求时,我会收到所有调试消息,例如
11:17:39.713 [main] DEBUG com.arangodb.http.HttpManager - [REQ]http-GET: url=http://localhost:8529/_api/gharial/myDB/edge/E/12712, headers={}
11:17:39.716 [main] DEBUG com.arangodb.http.HttpManager - [RES]http-GET: statusCode=200
11:17:39.716 [main] DEBUG com.arangodb.http.HttpManager - [RES]http-GET: text={"error":false,"code":200,"edge":{"_id":"E/12712"," . . .
我看到这些是 DEBUG 消息,所以我想压制,以免被这些消息淹没,只收到重要消息,如错误或警告。