From b4106e2783bd14003c161ef36ee359982af21536 Mon Sep 17 00:00:00 2001 From: mrfry Date: Fri, 16 Apr 2021 14:15:38 +0200 Subject: [PATCH] Moved nolog file to data folder --- .gitignore | 1 - src/utils/logger.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7ab31e8..cc21637 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,5 @@ dist/ nextStatic/ publicDirs/ extraModules/ -nolog src/extraModules diff --git a/src/utils/logger.ts b/src/utils/logger.ts index 91e76da..408cf7c 100755 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -33,7 +33,7 @@ const statFile = 'stats/stats' const vStatFile = 'stats/vstats' const uStatsFile = 'stats/ustats' const uvStatsFile = 'stats/uvstats' -const nologFile = './nolog' +const nologFile = './data/nolog' const colors = ['green', 'red', 'yellow', 'blue', 'magenta', 'cyan'] const logFileName = 'log'