Module: Lemans::Environments::Daytona::SdkTweaks::Quiet
- Defined in:
- lib/lemans/environments/daytona/sdk_tweaks.rb
Overview
.configure is broken — it sets a default config the SDK never reads — and Sdk.logger
memoizes with no writer, so both are silenced by hand.
Constant Summary collapse
- NULL_LOGGER =
Logger.new(IO::NULL)
Instance Method Summary collapse
Instance Method Details
#logger ⇒ Object
35 |
# File 'lib/lemans/environments/daytona/sdk_tweaks.rb', line 35 def logger = NULL_LOGGER |