mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
lightningd: suppress IO_OUT logging for getlog command
Before this, the response of `getlog io` blew up quickly when called multiple times.
This commit is contained in:
committed by
Rusty Russell
parent
8feb05aef4
commit
db57d9c5d2
@@ -125,6 +125,8 @@ struct command_result *command_still_pending(struct command *cmd)
|
||||
|
||||
/* For low-level JSON stream access: */
|
||||
struct json_stream *json_stream_raw_for_cmd(struct command *cmd);
|
||||
void json_stream_log_suppress_for_cmd(struct json_stream *js,
|
||||
const struct command *cmd);
|
||||
struct command_result *command_raw_complete(struct command *cmd,
|
||||
struct json_stream *result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user