| 1140 | } |
| 1141 | |
| 1142 | struct log_info { |
| 1143 | enum log_level level; |
| 1144 | struct json_stream *response; |
| 1145 | /* If non-null, only show messages about this peer */ |
| 1146 | const struct node_id *node_id; |
| 1147 | }; |
| 1148 | |
| 1149 | static void log_to_json(struct timerel diff, |
| 1150 | enum log_level level, |
no outgoing calls
no test coverage detected