use (t)ype rather than kind

This commit is contained in:
Bruno Windels 2021-02-17 18:45:12 +01:00
parent f321968ac3
commit 7524a912c3

View file

@ -108,7 +108,7 @@ export class HomeServerApi {
if (options?.log) {
const parent = options?.log;
log = parent.child({
kind: "request",
t: "network",
url,
method,
}, parent.level.Info);