Skip to content

Commit

Permalink
Merge pull request #780 from freak12techno/add-winston-logging
Browse files Browse the repository at this point in the history
feat: add Winston logging
  • Loading branch information
tombeynon authored Jun 3, 2024
2 parents 6152153 + 8d0afd4 commit 8c5719a
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 60 deletions.
220 changes: 219 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"cosmjs-types": "^0.7.1",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
"mathjs": "^11.7.0"
"mathjs": "^11.7.0",
"winston": "^3.13.0"
},
"scripts": {
"dryrun": "node scripts/dryrun.mjs",
Expand Down
Loading

0 comments on commit 8c5719a

Please sign in to comment.