chore(): update default logger examples
This commit is contained in:
@@ -46,10 +46,10 @@ const restClient = new RestClientV5({
|
||||
},
|
||||
});
|
||||
|
||||
// Optional, uncomment the "silly" override to log a lot more info about what the WS client is doing
|
||||
// Optional, uncomment the "trace" override to log a lot more info about what the WS client is doing
|
||||
const customLogger = {
|
||||
...DefaultLogger,
|
||||
// silly: (...params) => console.log('trace', ...params),
|
||||
// trace: (...params) => console.log('trace', ...params),
|
||||
};
|
||||
|
||||
const wsClient = new WebsocketClient(
|
||||
|
||||
Reference in New Issue
Block a user