feat(logger): added pino in and removed all console logs

This commit is contained in:
2025-12-22 12:46:40 -06:00
parent a8c5aad833
commit 878c3b3638
9 changed files with 520 additions and 28 deletions

View File

@@ -13,5 +13,14 @@
"});"
],
"description": "Insert a returnFunc template"
},
"Create Log factory Template": {
"prefix": "createLog",
"body": [
"createLogger({",
"\tmodule: \"${2:system}\",",
"\tsubModule: \"${2:start up}\",",
"});"
]
}
}