Packages

The application-wide registry with handy helpers to ease dispatching.

Current section

Files

Jump to
gelato config test.exs
Raw

config/test.exs

import Config
config :gelato,
events: [:app, :lib],
handler: :stdout
config :logger,
backends: [Gelato.Logger.Backend],
level: :debug