Skip to content

Instantly share code, notes, and snippets.

@paulperegud
Created October 22, 2018 12:54
Show Gist options
  • Save paulperegud/c1b29904a714645e6a2e64687ea08d9a to your computer and use it in GitHub Desktop.
Save paulperegud/c1b29904a714645e6a2e64687ea08d9a to your computer and use it in GitHub Desktop.
config.exs syntax problem
use Mix.Config
config :logger,
handle_otp_reports: false,
handle_sasl_reports: false
config :logger, :console,
level: :info,
format: "$date $time [$level] $metadata⋅$message⋅\n",
metadata: [:module, :function, :request_id]
import_config "#{Mix.env()}.exs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment