Current section
Files
Jump to
Current section
Files
templates/needle_umbrella/config/dev.exs
import Config
# Set a higher stacktrace during development. Avoid configuring such
# in production as building large stacktraces may be expensive.
config :phoenix, :stacktrace_depth, 20
# Initialize plugs at runtime for faster development compilation
config :phoenix, :plug_init_mode, :runtime<%= if @html? do %>
# Include HEEx debug annotations as HTML comments in rendered markup
config :phoenix_live_view, :debug_heex_annotations, true<% end %>
# Do not include metadata nor timestamps in development logs
config :logger, :console, format: "[$level] $message\n"