Changes between Version 11 and Version 12 of InstallingUsingDeb

Show
Ignore:
Timestamp:
06/11/12 15:23:39 (12 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingDeb

    v11 v12  
    184184 
    185185== Log management == 
    186 You may also wish to install logrotate configuration for QCG-Notification: 
    187 {{{ 
    188 #!div style="font-size: 90%" 
    189 {{{#!sh 
    190 yum install qcg-ntf-logrotate 
     186You may also wish to configure logrotate to rotate QCG-Notification logs: 
     187{{{ 
     188#!div style="font-size: 90%" 
     189{{{#!sh 
     190cat > /etc/logrotate.d/qcg-ntfd.logrotate << EOF 
     191/var/log/qcg-ntf/qcg-ntfd.log  
     192{ 
     193    daily 
     194    dateext 
     195    delaycompress 
     196    compress 
     197    copytruncate 
     198    rotate 
     199    366 
     200} 
     201EOF 
    191202}}} 
    192203}}}