Skip to content

Commit

Permalink
chore: remove duplicate call to validate logging attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 17, 2022
1 parent 418e9fd commit e81312b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pact_broker/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def override_runtime_configuration!(overrides)

def logger_from_runtime_configuration
@logger_from_runtime_configuration ||= begin
runtime_configuration.validate_logging_attributes!
SemanticLogger.default_level = runtime_configuration.log_level
if runtime_configuration.log_stream == :file
path = runtime_configuration.log_dir + "/pact_broker.log"
Expand Down

0 comments on commit e81312b

Please sign in to comment.