Hello,

I don't know why, but my SLURM server (that is running fine) has its 
slurmdctl.log file with size 0 bytes... so... where is writting logs? It seems 
that log file has 0 bytes from logrotate process during today's early morning. 
My logrotate SLURM conf is this:
[root@server logrotate.d]# cat slurm
/var/log/slurmdctl.log
/var/log/slurmdbd.log
{
    rotate 7
    notifempty
    missingok
    create
    weekly
}


Reply via email to