You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use falcon on production in one app that I'm creating. Now I'm blind of logs, I don't know what happen when I run the app it don't show any logs of requests only the database interactions.
I'm running my app using foreman with the command falcon serve -b http://0.0.0.0:9292. Everything is running on a container. I didn't change anything on the config/enviroment/production.rb it's running all the rails default.
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
I'm trying to use falcon on production in one app that I'm creating. Now I'm blind of logs, I don't know what happen when I run the app it don't show any logs of requests only the database interactions.
I'm running my app using
foreman
with the commandfalcon serve -b http://0.0.0.0:9292
. Everything is running on a container. I didn't change anything on theconfig/enviroment/production.rb
it's running all the rails default.Can someone help me with this?
The text was updated successfully, but these errors were encountered: