13 Aug 2012 09:27
[announcement] new logging modules
Hi! I created 2 new cool logging modules. The fitst one, nginx socketlog module, is a connection-oriented alternative of udplog module that uses BSD syslog remote logging protocol. It can be used with ng-syslogd to centralize logging. You can get it here: http://www.binpress.com/app/nginx-socketlog-module/1030?ad=461 The second one, nginx redislog module, is a redis logging client for nginx. It maintains one connection per peer per worker to a redis databse and logs everything that you say directly to that database. Destination key is of course dynamic: you can have one key per server or with the help of special variable even per server per day! You can use standard nginx variables in key names. This opens truly amazing opportunities. No need to rotate logs anymore! Come and look at what this module is capable of: http://www.binpress.com/app/nginx-redislog-module/998?ad=461 Here in my blog I expand a little bit on internals guts of these modules: http://www.nginxguts.com/2012/08/better-logging-for-nginx/ -- -- Best regards, Valery Kholodkov(Continue reading)
RSS Feed