aboutsummaryrefslogtreecommitdiff
path: root/config/prod.exs
AgeCommit message (Collapse)Author
2019-12-09Set Logger level to :info in prodEgor Kislitsyn
2019-11-26Default log level for syslog in prod should also be :warnMark Felder
2019-11-19Allow mix tasks to always run with debug loggingMark Felder
2019-06-20Fixes for dynamic configurationAlexander Strizhakov
2019-06-14it is changed in compile timeAlexander Strizhakov
we can't change module attributes and endpoint settings in runtime
2019-06-09Merge branch 'develop' into feature/releasesrinpatch
2019-06-08Fix wrong placement of serve_endpointsrinpatch
2019-06-08Set default loglevel to `warn` in prodrinpatch
It's rare that info logs are needed to debug the issue, so I would suggest setting them to warn in prod by default to make finding the relevant parts easier and potentially even decrease cpu usage on bigger instances Closes #962
2019-06-08Set serve_endpoints to true in prod config as setting it in runtimerinpatch
config would cause issues with mix tasks
2018-11-30config/prod.exs: Remove server: trueHaelwenn (lanodan) Monnier
This breaks mix tasks in regular Elixir
2018-11-19Various runtime configuration fixeshref
2018-03-28Clean up prod.exs a bit.lain
2018-01-14#95 Correct prod.exsHakaba Hitoyo
2017-03-17Phoenix skeletonRoger Braun