A Blog about technology, linux, peer2peer, cool new downloads and software development.

Sunday, April 4, 2010

php - how to log errors to a log file in the current directory

$ vim debug.php


$ touch error_log.log
$ chmod a+rw error_log.log

[browse to the debug.php page and then cat the log file]

No comments: