class Prefab::BootstrappingConfigClient

StubConfigClient to be used while config client initializes since it may log

Public Instance Methods

get(key) click to toggle source
# File lib/prefab/logger_client.rb, line 144
def get(key)
  ENV["PREFAB_LOG_CLIENT_BOOTSTRAP_LOG_LEVEL"] || :info
end