mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
use (t)ype rather than kind
This commit is contained in:
parent
f321968ac3
commit
7524a912c3
@ -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 New Issue
Block a user