Search code examples
djangocpanelpassengerphusion

Where to find Cpanel python app console logs?


i'm trying to deploy Django app in cpanel after configuring settings and installing requirements i have this error enter image description here

i want the location of log file to check the error


Solution

  • You may want to see via cPanel -> File Admin -> /home/user/app/stderr.log -> select watch up in the right corner, this is the standard output for Python server. Hope helps to you.