diff --git a/config/prod.exs b/config/prod.exs index 58bade1..3da606c 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -14,7 +14,7 @@ config :live_beats, LiveBeatsWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json" # Do not print debug messages in production -config :logger, level: :debug +config :logger, level: :info # ## SSL Support # diff --git a/fly.toml b/fly.toml index 51f6bcc..01ac664 100644 --- a/fly.toml +++ b/fly.toml @@ -39,7 +39,7 @@ processes = [] port = 443 [[services.tcp_checks]] - grace_period = "30s" # allow some time for startup + grace_period = "10s" # allow some time for startup interval = "15s" restart_limit = 0 timeout = "2s" \ No newline at end of file