the DRPC logs are overrun by gigs of following: ThriftAccessLogger [INFO] Request ID: 3 access from: principal: operation: fetchRequest
DRPC working fine otherwise. Is there some missing config I need to specify
to control thrift?
using storm 1.0.2
storm.yaml:
storm.zookeeper.servers:
- "127.0.0.1"
# - "server2"
#
nimbus.seeds: ["127.0.0.1"]
drpc.servers:
# - "127.0.0.1"
- "10.78.17.219"
drpc.http.port: 8087
