(log: Record<string, any>, sdamEvent: SDAMLoggableEvent)
| 653 | } |
| 654 | |
| 655 | function attachSDAMFields(log: Record<string, any>, sdamEvent: SDAMLoggableEvent) { |
| 656 | log.topologyId = sdamEvent.topologyId; |
| 657 | return log; |
| 658 | } |
| 659 | |
| 660 | function attachServerHeartbeatFields( |
| 661 | log: Record<string, any>, |
no outgoing calls
no test coverage detected