Tweak config

pull/615/head
connor rigby 2018-08-08 09:53:20 -07:00
parent 8a998c3cc2
commit 4ab6df25d8
No known key found for this signature in database
GPG Key ID: 24DC438382965C3B
4 changed files with 3 additions and 11 deletions

View File

@ -6,8 +6,8 @@ env = Mix.env()
config :logger, [
utc_log: true,
# handle_otp_reports: true,
# handle_sasl_reports: true,
handle_otp_reports: true,
handle_sasl_reports: true,
backends: [RingLogger]
]

View File

@ -1,12 +1,5 @@
use Mix.Config
config :logger, [
utc_log: true,
handle_otp_reports: true,
handle_sasl_reports: true,
backends: [RingLogger]
]
config :farmbot, data_path: "/root"
# Disable tzdata autoupdates because it tries to dl the update file

View File

@ -75,7 +75,6 @@ defmodule Farmbot.System.Init.Ecto do
migrated = migrator.(repo, migrations_path, :up, opts)
pid && repo.stop(pid)
Mix.Ecto.restart_apps_if_migrated(apps, migrated)
Logger.remove_backend Logger.Backends.Console
Process.sleep(500)
end
end

View File

@ -121,7 +121,7 @@ defmodule Farmbot.Mixfile do
{:recon, "~> 2.3.2"},
{:ring_logger, "~> 0.4.1"},
{:bbmustache, "~> 1.5"},
{:apex, "~> 1.2"},
{:apex, "~> 1.2"}
]
end