<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi friends<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have a problem with syslog-ng in my server, I setup it successfuly in RHEL5 and It waorking without any problems, I make it a central log server for all servers in my company, The problem is that I orgnized it for each server bu date and facility like that $HOST/$YEAR.$MONTH.$DAY/$FACILITY.log&nbsp; which makes a lot of recursive directory for each server, Now I'm facing a problem to rotate it as I don't know how to make the logrotate rotate all this files in the recursive directories, Could you help me please,<br>This is my /etc/logrotate.d/syslog-ng<br><br>/var/log/syslog-ng {<br><br>&nbsp;&nbsp; daily<br>&nbsp;&nbsp; rotate 30<br>&nbsp;&nbsp; compress<br>&nbsp;&nbsp; missingok<br>&nbsp;&nbsp; notifempty<br>&nbsp;&nbsp; create 0600 root root<br>}<br><br>Thanks &amp; Best Regards<br>Bassam Muhammad<br><br /><hr />Windows Live™: Keep your life in sync. <a href='http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009' target='_new'>Check it out!</a></body>
</html>