Commit 1fda402
authored
Use consistent log field for call and container ID (#1466)
Container ID is logged inconsistently as `container_id` and `id` in
"call started" and "hot function terminating" messages. `id` is also
used elsewhere for Call ID. Change them all to `container_id` and
`call_id` for consistency.1 parent 3d59d9c commit 1fda402
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
0 commit comments