User Tools

Site Tools


build:logging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
build:logging [2005/07/30 15:32]
206.197.251.61
build:logging [2018/05/28 02:10] (current)
SLUUG Administration [logrotate.conf]
Line 12: Line 12:
  
  
- +==== /etc/klogd/​default ​====
-==== /etc/init.d/klogd ====+
  
 Change KLOGD line to read: Change KLOGD line to read:
-  ​KLOGD="​-c 5"+<​file>​ 
 +KLOGD="​-c 5" 
 +</​file>​
 to turn off console messages for lower priority messages. to turn off console messages for lower priority messages.
  
 +Technically,​ we should be changing the ''​kernel.printk''​ line in ''/​etc/​sysctl.conf''​ instead, but that has not yet been tested.
 +
 +
 +==== logrotate.conf ====
 +
 +Edit ''/​etc/​logrotate.conf''​ to change the ''​rotate''​ option for ''/​var/​log/​wtmp''​ from ''​1''​ to ''​25'',​ and ''/​var/​log/​btmp''​ from ''​1''​ to ''​13''​.
 +
 +=== Later changes and corrections ===
 +
 +Add option ''​dateext''​ to change the naming convention of adding
 +generation numbers "​.1",​ "​.2",​ etc. to  the "​-yyyymmdd"​ format.
 +Also manually rename all existing log files to the new format.
 +Note this is the default in later releases.
  
 +Fix incorrect permissions for the ''/​var/​log/​btmp''​ entry
 +from ''​0660''​ to ''​0600''​.
 +Also chmod existing files to make the same change.
 +This is a well known bug fixed in later releases, but should be verified.
 ==== syslog.conf ==== ==== syslog.conf ====
  
Line 28: Line 46:
         cron.info;​syslog.info;​\         cron.info;​syslog.info;​\
         user.info ​              ​-/​var/​log/​messages         user.info ​              ​-/​var/​log/​messages
- 
- 
  
  
Line 103: Line 119:
   *.=debug;​*.=info;​\   *.=debug;​*.=info;​\
   *.=notice;​*.=warn |/​dev/​xconsole   *.=notice;​*.=warn |/​dev/​xconsole
- 
 ===== Reporting ===== ===== Reporting =====
  
-===== System Changes ===== 
-//Please post changes here in the format of:  [H4] date|your name [/H4] [CR]description of chages made// 
- 
-=== Feburary 19 2005 | Install Group === 
-Initial instalation of default Debian logging. 
  
 ===== TODO ===== ===== TODO =====
Line 122: Line 132:
   * Enable tripwire   * Enable tripwire
   * Determine what admins are to recieve daily log reports   * Determine what admins are to recieve daily log reports
- 
  
  
 ===== Credits ===== ===== Credits =====
 +
build/logging.1122755568.txt.gz · Last modified: 2008/07/22 14:41 (external edit)