Skip to content

Commit 8c5719a

Browse files
authored
Merge pull request #780 from freak12techno/add-winston-logging
feat: add Winston logging
2 parents 6152153 + 8d0afd4 commit 8c5719a

File tree

6 files changed

+351
-60
lines changed

6 files changed

+351
-60
lines changed

package-lock.json

Lines changed: 219 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"cosmjs-types": "^0.7.1",
1414
"dotenv": "^16.0.3",
1515
"lodash": "^4.17.21",
16-
"mathjs": "^11.7.0"
16+
"mathjs": "^11.7.0",
17+
"winston": "^3.13.0"
1718
},
1819
"scripts": {
1920
"dryrun": "node scripts/dryrun.mjs",

0 commit comments

Comments
 (0)