Sha256: 5c26ffe41d8a1548eb4ee16a6248a90eb989677b46fea686e57a18adb5645695
Contents?: true
Size: 456 Bytes
Versions: 65
Compression:
Stored size: 456 Bytes
Contents
# Stop Padrino creating a log file, as it will try to create it in the gems directory # http://www.padrinorb.com/api/Padrino/Logger.html unless defined? PADRINO_LOGGER PADRINO_LOGGER = { production: { log_level: :error, stream: :stderr }, staging: { log_level: :error, stream: :stderr }, test: { log_level: :warn, stream: :stdout }, development: { log_level: :warn, stream: :stdout } } end require 'pact_broker/ui/app'
Version data entries
65 entries across 65 versions & 1 rubygems