Download List

Projeto Descrição

Logger is a log queueing and optimization utility.
It can completely replace sys/klogd, handle logs larger than 2GB, perform automatic nightly log rotation without affecting services, and transfer logs between machines via TCP connections. Any application that writes a text log can be
maintained by Logger. It is light, small, and fast, emphasizes security, and reduces drive usage through memory queueing.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-26 20:14
08361.0419

Um erro de permissões ao criar os pipes nomeados foi corrigido.
Tags: Minor bugfixes
A permissions bug when creating the named pipes
was fixed.

2008-10-28 05:00
08293.0159

Esta atualização soluciona o problema crítico com o segfaults aleatória. As conexões TCP são UDP. Esta alteração foi feita de tal forma que o arquivo de configuração não precisa ser mudado. Se você quiser, no entanto, simplesmente substituir TCP com UDP. O segfaults fato ocorreu devido à conexão TCP pilha funcionando fora do espaço. Mudando para o UDP é a melhor abordagem até que algo como o T / TCP ou similar está disponível no Linux.
Tags: Major bugfixes
This critical upgrade addresses the issue with the random segfaults. The TCP connections are now UDP. This change has been made in such a way that the config file doesn't need to be changed. If you want to, though, simply replace TCP with UDP. The segfaults actually occurred due to the TCP connection stack running out of space. Switching to UDP is the best approach until something like T/TCP or similar is available in Linux.

2008-09-26 06:06
08267.0316

A crítica, mas extremamente difícil de reproduzir bug foi corrigido. O bug centrado em torno da situação de um ou mais receptores não respondem, causando a transmissão de continuar a consumir memória até que segfaulted (esgotado toda a memória). O algoritmo de decisão para isso foi reescrito para evitar o problema.
Tags: Major bugfixes
A critical but extremely hard to reproduce bug has been fixed. The bug centered around the situation of one or more receivers not responding, causing the transmission to continue to consume memory until it segfaulted (exhausted all memory). The decision-making algorithm for this was rewritten to avoid the problem.

2008-09-19 06:02
08262.1341

A correção de bugs críticos para adicionar um recurso de tempo de espera para a votação derrubou servidores Logger. Isso impede que possível negação de serviço do sistema de votação. Isso também impede que todos os soquetes TCP no sistema pollibf de ser consumida pelo sistema de votação.
Tags: Major bugfixes
A critical bugfix to add a time wait feature for polling downed Logger servers. This prevents possible denial of service of the polling system. This also prevents all TCP sockets on the pollibf system from being consumed by the polling system.

2008-07-06 05:31
08178.1710

Esta versão tem-se revelado extremamente estável e segura interrompe conexão corretamente.
Tags: Code cleanup
This version has proven extremely stable and
handles connection interrupts properly.

Project Resources