You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #6216 we added the "meta" dictionary to the node_info that is included on logging events. Since the meta field in the protobuf message NodeInfo was defined as a string/string map, we had to force all of the keys to strings. We should try to make this more flexible, either by using a protobuf struct or a map of string to Any.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Make logging of meta in node_info more flexible.
[CT-1800] Make logging of meta in node_info more flexible.
Jan 11, 2023
In #6216 we added the "meta" dictionary to the node_info that is included on logging events. Since the meta field in the protobuf message NodeInfo was defined as a string/string map, we had to force all of the keys to strings. We should try to make this more flexible, either by using a protobuf struct or a map of string to Any.
The text was updated successfully, but these errors were encountered: