Node log to file stopped updating after hitting a particular size limit

I uses such options in /etc/logrotate.d/storagenodes:

/mnt/w/storagenode5/storagenode.log {
    rotate 14
    monthly
    maxsize 1G
    copytruncate
    compress
    missingok
    notifempty
}
/mnt/w/storagenode5/storagenode-updater.log {
    rotate 14
    monthly
    maxsize 1G
    copytruncate
    compress
    missingok
    notifempty
}

based on