From bc409cac864caedddf7b42f45be8f7691b47c9cd Mon Sep 17 00:00:00 2001 From: Kosmatoff Date: Mon, 13 Nov 2023 00:59:26 +0300 Subject: [PATCH] deploy --- .gitignore | 2 +- internal/common/logger/logging.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d61882b..da70b1bc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ server #env # Logs -api-logs +logs *.log # Static diff --git a/internal/common/logger/logging.go b/internal/common/logger/logging.go index c462b609..13481809 100644 --- a/internal/common/logger/logging.go +++ b/internal/common/logger/logging.go @@ -98,7 +98,7 @@ type Logger struct { } func NewLogger(ctx context.Context) *Logger { - logFolderPath := "api-logs" + logFolderPath := "logs" l := logrus.New() l.SetReportCaller(true)