Current section

Files

Jump to
phx_new templates phx_umbrella config dev.exs
Raw

templates/phx_umbrella/config/dev.exs

use Mix.Config
# Do not include metadata nor timestamps in development logs
config :logger, :console, format: "[$level] $message\n"
# Set a higher stacktrace during development. Avoid configuring such
# in production as building large stacktraces may be expensive.
config :phoenix, :stacktrace_depth, 20