Skip to content

Commit

Permalink
revert default back to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTGreenwood committed Sep 5, 2020
1 parent ac6b6f2 commit 29fff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tty/logger/handlers/console.rb
Expand Up @@ -72,7 +72,7 @@ class Console
attr_reader :level

def initialize(output: $stderr, formatter: nil, config: nil, level: nil,
styles: {}, message_padding: 100)
styles: {}, message_padding: 25)
@output = Array[output].flatten
@formatter = coerce_formatter(formatter || config.formatter).new
@formatter_name = @formatter.class.name.split("::").last.downcase
Expand Down

0 comments on commit 29fff0f

Please sign in to comment.