remove lingering reference to requestId in base log method
This commit is contained in:
parent
44b90adbc3
commit
47de84dfb2
|
@ -4,7 +4,7 @@ module.exports = {};
|
||||||
|
|
||||||
const log = ({ time, ...args }) => {
|
const log = ({ time, ...args }) => {
|
||||||
console.log(
|
console.log(
|
||||||
JSON.stringify({ time: new Date().toISOString(), requestId, ...args }),
|
JSON.stringify({ time: new Date().toISOString(), ...args }),
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue