[SOLVED] No more syslog and other key log files update in /var/log

In “System->Configuration”, the last item gives 3 choices for the journal: write on disk, keep in memory until next reboot, no journal, so I guess you could use the last option.

I have not tried this myself but if you want some journal for debugging purpose, you could setup a cron job to run the journalctl command to purge anything older than a certain time (see the --vacuum-time option).