Verbose PHP logging?

Hi @guitman444,

OJS itself is not very CPU-intensive – it’s typically database limited. Heavy CPU load is probably a result of simultaneous requests rather than any particular request requiring a lot of CPU effort. Besides identifying any unusual sources of traffic by reviewing the access log, there are some suggestions here:

There is no verbose mode for logging more about what OJS is doing, except the debug option in config.inc.php, which dumps database queries into the log.

Regards,
Alec Smecher
Public Knowledge Project Team