Skip to content

Commit

Permalink
dont force enable color by default (when tty is not present) (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman authored Jul 25, 2023
1 parent d65da42 commit c21dafa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapter/logrus/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func DefaultConfig() Config {
func DefaultTextFormatter() logrus.Formatter {
return &TextFormatter{
TimestampFormat: timestampFormat,
ForceColors: true,
ForceFormatting: true,
}
}
Expand Down

0 comments on commit c21dafa

Please sign in to comment.