Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Nov 12, 2023
1 parent 2cbe739 commit bc409ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server
#env

# Logs
api-logs
logs
*.log

# Static
Expand Down
2 changes: 1 addition & 1 deletion internal/common/logger/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type Logger struct {
}

func NewLogger(ctx context.Context) *Logger {
logFolderPath := "api-logs"
logFolderPath := "logs"
l := logrus.New()

l.SetReportCaller(true)
Expand Down

0 comments on commit bc409ca

Please sign in to comment.