I have mounted another drive (/dev/sdc, Size: 20 GiB, Model: QEMU HARDDISK,Vendor: QEMU) it seems the logfile is not been written to this storage it fills the system drive.
What can I do so the Log uses the storage
how to turn off logging at all.
Can I disable the debugmessages on the console and does this make sens at all?
Apply the workaround and let us know if the issue is fixed:
# Stop logging and unmount the external storage
/etc/init.d/rsyslog stop
umount /mnt/data/
# If there are data under /mnt/data, remove them:
rm -rf /mnt/data/*
# Restore normal operation
block mount
/etc/init.d/rsyslog start