amethyst/config/config.exs
2024-10-03 20:36:26 +02:00

15 lines
557 B
Elixir

# This file is responsible for configuring your umbrella
# and **all applications** and their dependencies with the
# help of the Config module.
#
# Note that all applications in your umbrella share the
# same configuration and dependencies, which is why they
# all use the same configuration file. If you want different
# configurations or dependencies per app, it is best to
# move said applications out of the umbrella.
import Config
config :logger, :console,
level: :debug,
format: "$date $time [$level] $metadata$message\n",
metadata: []