我有一个本地节点,我正在初始化并连接到
node = NodeBuilder.nodeBuilder ().local (true).node ();
node.start ();
Settings settings = ImmutableSettings.settingsBuilder ()
.put ("node.local", "true").build ();
client = new TransportClient (settings)
.addTransportAddress (new LocalTransportAddress ("1"));
当我使用客户端时,会输出大量调试日志。有没有办法禁用日志记录?