Sha256: 07ecd444ea818fab7a07a87d18d8063d72d106d57fb6a73e1926ac863833aa06

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 Bytes

Contents

@all_adapters
Feature: Stuff gets logged if you set a logger

  You can configure the logger by setting it on `MessageDriver.logger`.
  If you don't provide a logger, then an info level logger will be created
  and sent to `STDOUT`.

  Scenario: Starting the broker
    Given I am logging to a log file at the debug level
    And I am connected to the broker

    Then the log file should contain:
    """
    MessageDriver configured successfully!
    """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
message-driver-0.4.0 features/logging.feature
message-driver-0.3.0 features/logging.feature