Skip to content

Commit

Permalink
edit logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Nov 12, 2023
1 parent 25dc99c commit 8785d0f
Showing 1 changed file with 1 addition and 1 deletion.
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 := "logs"
logFolderPath := "api-logs"
l := logrus.New()

l.SetReportCaller(true)
Expand Down

0 comments on commit 8785d0f

Please sign in to comment.