Skip to content

Commit

Permalink
Fix formatting in log entry reading function
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Jan 29, 2025
1 parent ee92ddd commit cf2d7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs_import/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func ReadLogEntries() ([]entity.LogEntry, error) {
var logFiles []string
var err error

fmt.Println("Reading log entries")
fmt.Println("Reading log entries")
logFiles, err = listAndFilterLogFiles("data/source/access.log-*.gz")
if err != nil {
return nil, err
Expand Down

0 comments on commit cf2d7e4

Please sign in to comment.