Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
change phoenix logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
ndruger committed Sep 23, 2015
1 parent 68b85a6 commit 276537e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/web.ex
Expand Up @@ -24,7 +24,9 @@ defmodule HelloPhoenix.Web do

def controller do
quote do
use Phoenix.Controller
use Phoenix.Controller, [
log: :info
]

# Import URL helpers from the router
import HelloPhoenix.Router.Helpers
Expand Down

0 comments on commit 276537e

Please sign in to comment.