查看完整版本: 解決 CentOS 6.0 下Apache Log 不要依照日期 logrotate


seeyou 2011-10-29 17:34

解決 CentOS 6.0 下Apache Log 不要依照日期 logrotate

<P>CentOS 6.0 的版本預設啟用的 dateext 的參數...</P>
<P>所以 logrotate 上面是依照日期產生封存...如果不想改用這種方式的話...</P>
<P>&nbsp;</P>
<P>只要將這個參數mark 起來就好了...</P>
<P>&nbsp;</P>
<P>方法分享:</P>
<P>編輯&nbsp;/etc/logrotate.conf</P>
<P>&nbsp;</P>
<P>找到 dateext 並且將它mark起來</P>
<P>[quote]</P>
<P># use date as a suffix of the rotated file<BR><FONT color=red>#</FONT>dateext</P>
<P>[/quote]</P>
<P>&nbsp;</P>
<P>這樣系統的Log就不會依照日期歸檔的...</P>
頁: [1]
查看完整版本: 解決 CentOS 6.0 下Apache Log 不要依照日期 logrotate