🩹 back: logger used to merge AsyncContext for each entry, it should not (#714)
This commit is contained in:
committed by
Anton Shepilov
parent
dcadfa4231
commit
b04f64a2b0
@@ -10,7 +10,8 @@ export const logger = pino({
|
||||
name: "TdriveApp",
|
||||
level: config.get("level", "info") || "info",
|
||||
mixin() {
|
||||
return executionStorage.getStore() ? executionStorage.getStore() : {};
|
||||
const store = executionStorage.getStore();
|
||||
return store ? { ...store } : {};
|
||||
},
|
||||
formatters: {
|
||||
level(label: string) {
|
||||
|
||||
Reference in New Issue
Block a user