logger

Logger is a GPL licensed utility that can take control of system logs.
Download

logger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Robert Aloysius Peter Matthias Darin
  • Publisher web site:
  • http://tanaya.net/Logger/

logger Tags


logger Description

Logger is a GPL licensed utility that can take control of system logs. Logger is a GPL licensed utility that can take control of system logs.Setting up Logger is as follows:Be sure to check the COMPILE script and modify the CPU variable as needed. Below is the Compilation script used to build Logger (included in the download):#!/bin/bashclear# Modify for your CPU using GCC switchesexport CPU="-march=i686 -mtune=i686"# Required definesexport DEF="-D_USE_LARGEFILE64 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"export SRC="-D_REENTRANT -D_BSD_SOURCE -D_SVID_SOURCE"# Required Libraries# Required compilier optionsexport OPT="-w -O3 -funroll-loops -ffast-math -fomit-frame-pointer -fno-exceptions"# Get down to business and compile it out.gcc -o Logger Logger.c $DEF $CPU $SRC $OPTstrip LoggerAfter adjusting the CPU parameters to match your hardware and selecting the compile options, simply type: ./COMPILE If all went well, the prompt will return and no errors will be displayed. For easy administration, I recommend coping the Logger executable into your /sbin folder: cp Logger /sbin/ Here are some key features of "Logger": · Ability to handle logs over 2 gigs. · Automatic nightly log rotation without effecting any services dependent on it. · Perforamce increase in software logging to Logger. High log usage software like Apache, Exim, and Squid show dramatic improvement. · Any application that writes a log can be maintained be Logger (including syslogd). · Light, small, and fast. · Emphasizes security. · Reduces drive usage through memory queueing. On my system, my log drive temperature dropped from 125 deg. (F) to 95 deg (F). This also makes available the option of spinning down the hard drive to conserve power (a must for laptops). What's New in This Release: · A permissions bug when creating the named pipes was fixed.


logger Related Software