Better Logging for AppDaemon Apps
A small Python class I wrote to give AppDaemon apps more Pythonic logging.
more ...A small Python class I wrote to give AppDaemon apps more Pythonic logging.
more ...I just came across a really handy post on David Busby‘s blog: Enable logging in the SFTP subsystem - Oneiroi. From OpenSSH 4.4 on, you can pass arguments to Subsystem calls, and the sftp subsystem supports logging to an aribtrary syslog facility and priority. Simply adding a line like …
more ...There are a few unfortunate places where I have an Apache httpd server serving multiple vhosts, some behind a F5 BigIp load balancer and some with direct traffic. For sites behind the LB, the remote IP/host will always show up as the LB’s IP/host, not that of …
more ...I use Google Analytics for visitor stats on this blog. Not because I’m trying to direct-market to my readers or become Big Brother, but for a number of simple reasons:
Update July 2011 - We’ve been using rsyslog for our centralized syslog infrastructure at work (site being redesigned at the moment) for about a year now. As a result, our colleagues at Rutgers University Open System Solutions have been nice enough to include rsyslog in their koji build system. Updated …
more ...