From 1acd248900fa8d04f0ca706d5949c0886d850da8 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Tue, 12 Apr 2022 22:36:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20added=20winston=20logger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 22bd099..dc1c0e4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "quick.db": "^7.1.3", "ts-node": "^10.7.0", "typescript": "^4.6.3", - "uuid": "^8.3.2" + "uuid": "^8.3.2", + "winston-daily-rotate-file": "^4.6.1" }, "devDependencies": { "@types/chance": "^1.1.3",