I\'m trying to print some debug information from one of my Controllers in my Phoenix app when the server is running.
defmo
You can also just do IO.puts or IO.inspect and it'll show up, but IO.puts can be troublesome if what you're trying to print doesn't implement the String.Chars protocol
IO.puts
IO.inspect