Pebbling Club 🐧🪨

  • Mark Finkle’s Weblog » Firefox for Android: Where’s the Error Console?
    Notes
    The new native Android UI version of Firefox does not ship with a dedicated Error Console. Instead, all console messages are redirected to the Android system log – also known as logcat. If you have the Android SDK installed, you already have a way to view the logcat:
    Feed
    Embed
    Unfurl
  • You Really Should Log Client-Side Errors
    Notes
    Let's keep this short. Too few websites log JavaScript errors. Let's build a simple system to track client-side errors.
    Feed
    Unfurl
  • FireLogger :: Add-ons for Firefox
    Notes
    FireLogger is a server-side library, which provides logging function similar to Firebug's console.log. It sends logging events to client-side (encoded in HTTP headers).
    Unfurl
  • HOWTO: Log Client IP AND X-Forwarded-For IP in Apache - Techstacks HOWTO's
    Notes
    1 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined 2 LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy 3 SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded 4 CustomLog "logs/access_log" combined env=!forwarded 5 CustomLog "logs/access_log" proxy env=forwarded
    Unfurl
  • OK! Magazine: First For Celebrity News :: World In Action :: Beavers break the law
    Notes
    "A police spokesman said: "The campaigners are feeling pretty stupid. There's nothing more natural than a beaver.""
    Unfurl
  • woid's firepython at master — GitHub
    Notes
    "Python logging console for Firebug"
    Unfurl
  • Blackbird - Open Source JavaScript Logging Utility
    Notes
    "Blackbird offers a dead-simple way to log messages in JavaScript and an attractive console to view and filter them. You might never use alert() again."
    Unfurl
  • A Newbie's Guide to Publishing: Ants and Grasshoppers
    Notes
    "Last week I got eighty-five emails from people I've never corresponded with before. Strangers to me. However, I wasn't a stranger to them."
    Feed
    Unfurl
  • Log4Twitter
    Notes
    "Log4Twitter is an Appender plug-in for Log4j and Logback that sends log messages to twitter.
    Unfurl
  • A List Apart: Articles: JavaScript Logging
    Notes
    "fvlogger borrows concepts from Log4J and its cousins, but eschews their complexity by providing a simple API and offloading the heavy lifting onto the DOM."
    Unfurl
  • btail - a bayesian log filter
    Unfurl