I am writing a log from kubernetes to journal. If I run for(; n <50000;)
on a specific POD, Only about 20000 logs have been written. It seems to be lost when doing logrotate. Is there any document explaining how logrotate works?
Logging does not change the file size of the /var/log/journal
path. Where is the log written?