accessing php error logs?

So I manage to find the logs stored in /logs/ of each user, how exactly do I go about viewing them?

Howdy,

It depends on how you’re logging into your server.

If you’re logging in with SSH, you could use any text editor or a program like “less”.

If you’re logging in via FTP, most clients come with a built in text editor.

Or, in Virtuamin, you can view the logs in the Logs and Reports section.

-Eric

Hmm it must be the way i’ve setup my script as the apache logs don’t get php error logs if my script has it turned off but my server has it turned on.