Top "Error-logging" questions

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

How can I use error_log() with WordPress?

I'm trying to use error_log() in a custom WordPress plugin I am building but for some reason, I can't. …

php wordpress debugging error-logging
Internet Explorer Developer Tools how to preserve log upon navigation?

I'm looking for the way to log stuff in Internet Explorer Developer Console that preserve page refresh. Under Google Chrome …

javascript internet-explorer-9 error-logging
Freenas rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1053) [sender=3.0.9]

Been at this for several days without luck. After setting up an initial installation of Freenas complete with all users, …

permissions rsync error-logging nas
Laravel 5 - change default log location, move log file outside the app

How can I change default log file location <project-name>/storage/logs/laravel.log to something like /var/logs/&…

laravel laravel-5 error-logging error-log
Detecting console.log() calls

I'm trying to write a test case for a debugging method that writes messages to the JavaScript console using console.…

javascript jquery tdd error-logging
How to change the format of logged messages temporarily, in Python?

What is the simplest method for temporarily changing the logging message format, in Python (through the logging module)? The goal …

python logging error-logging
How to turn off Netty library debug output?

I am using Netty (via the Ning async HTTP library) to retrieve documents via HTTP. This produces a huge amount …

java scala netty error-logging
Best Practices for Error Logging and/or reporting for iPhone

When I do web development, I use a custom made logger that catches fatal errors and appends a trace to …

iphone error-handling error-logging bug-reporting hockeyapp
DotNetNuke and Error Logging

Does DotNetNuke provide any built in Error Logging framework? My client is using DotNetNuke and I don't see a global …

dotnetnuke error-logging
How do I display details of a PHP internal server error?

I have installed a PHP application onto a shared hosting web server. I am getting a 500 Internal Server Error. I …

php error-logging