Hi guys,
Sorry, I am new to phoenix and this seems really like a dumb question, however, I couldn’t find any help googling.
I’ve deployed a phoenix application using the following command as stated in the deployment guide.
MIX_ENV=prod PORT=4001 elixir --detached -S mix do compile, phoenix.server
I’ve set logging to output to :console, so where can i find the log file or where is it located?
thank you.