Top Level Namespace

Defined Under Namespace

Modules: Anyway, DB, Pact, PactBroker, Rack, SemanticLogger, Sequel, Webmachine

Constant Summary collapse

PADRINO_LOGGER =
{
  production:  { log_level: :error, stream: :to_file, log_path: log_path },
  staging:     { log_level: :error, stream: :to_file, log_path: log_path },
  test:        { log_level: :warn,  stream: :to_file, log_path: log_path },
  development: { log_level: :warn,  stream: :to_file, log_path: log_path }
}