features/logging.feature in message-driver-0.4.0 vs features/logging.feature in message-driver-0.5.0

- old
+ new

@@ -1,6 +1,6 @@ @all_adapters -Feature: Stuff gets logged if you set a logger +Feature: Logging 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`.