fluentd documentation
saved on
November 24th, 2011
uri:
https://www.fluentd.org/doc/
This link is now broken.
about:
Fluent is a log daemon, lighter and faster than syslogd
saved on
June 6th, 2011
about:
A server + web client, which makes it easy to harvest and display logs from servers and web applications. Syslog + graylog plugins on the go.
ExceptionHub | JavaScript Error Tracking
saved on
April 1st, 2011
uri:
http://www.exceptionhub.com/
This link is now broken.
about:
* Logs all JavaScript errors (local or remote)
* Provides a stack trace to find the cause in all browsers
* Groups errors by cause
* Development and Production modes
* RSS feeds for errors
Medieval Programming » Propel and PHP Garbage collector
saved on
March 18th, 2008
uri:
http://blog.hma-info.de/2007/10/02/propel-and-php-garbage-collector/
This link is now broken.
about:
I typically disable logging for batch scripts in symfony, which significantly improves memory leak issues.
sfConfig::set(’sf_logging_enabled’, false);