mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat: add meta to logger (#437)
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ async function main() {
|
||||
|
||||
const promises = [];
|
||||
for (const store of Stores) {
|
||||
logger.debug(store.links);
|
||||
logger.debug('store links', {meta: {links: store.links}});
|
||||
if (store.setupAction !== undefined) {
|
||||
store.setupAction(browser);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user