Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • How long are which logs kept?

    Solved Support
    9
    1 Votes
    9 Posts
    246 Views
    jaschaezraJ

    @girish Thank you! I really appreciate all the work you folks do and how much of user whishes you try to fulfill. This is something other vendors could take as example 🙂

  • /dev/vda1 is almost full (docker?)

    Unsolved Support
    9
    0 Votes
    9 Posts
    1k Views
    girishG

    logrotate is run via the system cron. You can check these:

    /etc/logrotate.conf should contain the line include /home/yellowtent/platformdata/logrotate.d in the very end.

    The file /home/yellowtent/platformdata/logrotate.d/platform should contain /home/yellowtent/platformdata/logs/turn/*.log

    As for cron configuration, systemctl status cron should say Active/running. There should also be a file /etc/cron.daily/logrotate .

    Other than that, it can only mean that turn server generated a massive amount of logs in a single day (seems quite unlikely but who knows).

    Does it rotate if you run logrotate manually? - Run /usr/sbin/logrotate /etc/logrotate.conf ?