Thread: logging
View Single Post
  #4  
Old 11-21-2012, 11:05 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
Some STDERR output was handled by LSAPI's STDERR stream, some written to file handle 2 (stderr). stderr log is for the later case. However, LSAPI STDERR stream is always written to error log. The warning from PHP is handled by LSAPI STDERR not stderr file handle. Hence what you see.

To suppress PHP Warning, you should change php.ini. So no warning from PHP gets sent to LSAPI STDERR.
Reply With Quote