forked from mystiq/hydrogen-web
use (t)ype rather than kind
This commit is contained in:
parent
f321968ac3
commit
7524a912c3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export class HomeServerApi {
|
||||||
if (options?.log) {
|
if (options?.log) {
|
||||||
const parent = options?.log;
|
const parent = options?.log;
|
||||||
log = parent.child({
|
log = parent.child({
|
||||||
kind: "request",
|
t: "network",
|
||||||
url,
|
url,
|
||||||
method,
|
method,
|
||||||
}, parent.level.Info);
|
}, parent.level.Info);
|
||||||
|
|
Loading…
Reference in a new issue