Skip to content

Commit

Permalink
update default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Apr 16, 2024
1 parent 00daf96 commit bee8d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/umbrellio_utils/semantic_logger/tiny_json_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TinyJsonFormatter
# ) #=> <UmbrellioUtils::SemanticLogger::TinyJsonFormatter:0x000>
# @return [UmbrellioUtils::SemanticLogger::TinyJsonFormatter]
# a new instance of the {UmbrellioUtils::SemanticLogger::TinyJsonFormatter}
def initialize(message_size_limit: 100_000, custom_names_mapping: {})
def initialize(message_size_limit: 10_000, custom_names_mapping: {})
self.message_size_limit = message_size_limit
self.field_names = { **DEFAULT_NAMES_MAPPING, **custom_names_mapping }.freeze
end
Expand Down

0 comments on commit bee8d40

Please sign in to comment.