Top "Error-logging" questions

The process of recording errors in log file for diagnostic and Q&A purposes.

PHP CLI won't log errors

PHP currently will not log errors produced from the command line. I have : log_errors = On error_log = /var/log/…

php command-line-interface error-logging
php error_log not working

This has been asked 1000 times and I have browsed through the different posts before posting this but have not found …

php error-logging error-log selinux
How to log error message in drupal

How to log our own error messages(for ex: error due to invalid user date entry) which is generated in …

php drupal error-logging
file does not exist c:/wamp/www/favicon.ico in apache error_log

There are always the log showing: file does not exist c:/wamp/www/favicon.ico in apache error_log. I …

apache wamp error-logging
Use Rack::CommonLogger in Sinatra

I have a small web-server that I wrote with Sinatra. I want to be able to log messages to a …

ruby logging sinatra rack error-logging
Where is the .net framework error log location

My application exits for no reason, most likely due to errors in the profiler I used because it interferes with …

.net error-logging
ASP.NET web application in Azure - How to log errors?

I have a web application deployed to azure but I don't know how to log errors. For testing purposes I …

c# asp.net azure azure-web-app-service error-logging
Error logging with WAMP server in PHP

I have a WAMP 2.2 server running on a Windows 7 box and cannot get PHP error logging working at all. The …

php wamp wampserver error-logging
Log_message codeigniter

I want to use log_message in Codeigniter but log_message does not write anything in the log file. $config[…

php codeigniter error-logging error-log
Is it possible to specify custom error log format on Nginx?

I can specify custom log format for access_log on Nginx, but it doesn't work for error_log. Is there …

logging format nginx error-logging