mirror of https://github.com/status-im/js-waku.git
chore: improve log format
This commit is contained in:
parent
66270836f8
commit
584fe29b39
|
@ -227,8 +227,8 @@ export class WakuStore {
|
|||
);
|
||||
|
||||
log("Querying history with the following options", {
|
||||
peerId: options?.peerId?.toString(),
|
||||
...options,
|
||||
peerId: options?.peerId?.toString(),
|
||||
});
|
||||
|
||||
const res = await selectPeerForProtocol(
|
||||
|
|
Loading…
Reference in New Issue