Sami Fakhfakh
Sami Fakhfakh

Reputation: 125

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

Upvotes: 1

Views: 4082

Answers (2)

Nader
Nader

Reputation: 1

For debugging, you can put the following code in htaccess:

PassengerFriendlyErrorPages on

Upvotes: 0

Mario Plaza Araya
Mario Plaza Araya

Reputation: 66

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.

Upvotes: 5

Related Questions