O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
This is the ultimate debug-killer! This is the third video in the series of videos that I've prepared, teaching iOS developers how to take advantage of some of the most awesome features and ma...
This is the second video in the series of videos that I'm preparing, demonstrating to iOS developers how they can take advantage of logging facilities provided in the iOS SDK to be able to find de...
Ever wanted to learn to save hours of your and your teammates' time by creating software that doesn't crash, has logs and lets you find its defects easily? Ever got sick and tired of using a d...
If you have a table that maintains current values of items that you
track (such as auctions being bid on), but you’d also like to maintain
a journal (or history) of changes to...
If you want each user directory Web site (i.e., those that are
accessed via http://server/~username)
to have its own logfile try the following:In httpd.conf, add the
dir...
If you want to log requests for images on your site, but not requests from your own pages, use SetEnvIfNoCase to
restrict logging to only those requests from outside of your
site...
If you want to add a little more detail to your access log
entries, use the combined log format,
rather than the common log
format:CustomLog logs/access_log combined
...