feat(*): Implement winston-elasticsearch for logging to Elasticsearch

This commit is contained in:
2021-02-14 19:12:59 +00:00
parent 3aa3f7ac52
commit 939a99b62d
4 changed files with 203 additions and 9 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"discord.js": "12.4.1",
"winston": "3.3.3"
"winston": "3.3.3",
"winston-elasticsearch": "^0.7.12"
}
}