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

This commit is contained in:
2020-11-05 16:55:16 +00:00
parent 76a3431512
commit 4e2c79614b
4 changed files with 203 additions and 6 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"
}
}