Skip to content

Commit

Permalink
remove file logger
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 10, 2024
1 parent 319876b commit c18f2bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion machinery/src/log/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func ConfigureLogrus(level string, output string, timezone *time.Location) {
logLevel = logrus.ErrorLevel
} else if level == "debug" {
logLevel = logrus.DebugLevel
logrus.SetReportCaller(true)
} else if level == "fatal" {
logLevel = logrus.FatalLevel
} else if level == "warning" {
Expand Down

0 comments on commit c18f2bd

Please sign in to comment.