projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc90908
)
Default log level for syslog in prod should also be :warn
author
Mark Felder
<feld@FreeBSD.org>
Tue, 26 Nov 2019 11:46:48 +0000
(
05:46
-0600)
committer
Mark Felder
<feld@FreeBSD.org>
Tue, 26 Nov 2019 11:46:48 +0000
(
05:46
-0600)
config/prod.exs
patch
|
blob
|
history
diff --git
a/config/prod.exs
b/config/prod.exs
index 301d2b9cb9c361fc267100d383160a91b2f588ac..25873f360eabbebced42d3f3af5e08530d0944a9 100644
(file)
--- a/
config/prod.exs
+++ b/
config/prod.exs
@@
-21,6
+21,7
@@
config :phoenix, serve_endpoints: true
# Do not print debug messages in production
config :logger, :console, level: :warn
+config :logger, :ex_syslogger, level: :warn
# ## SSL Support
#