Hi all,
i am using logrotate on a file that is populated by qDebug() statements of
my app (that does not get restarted).
Sometimes ( i have been unable to find the behaviour's causes so far ) the
logorotating does not happen and what i get is what seems to be a binary
file.
Any ideas what might be happening?

the logrotate options used are:
/opt/nrsc/consolelogs/*.txt {
  rotate 2
  daily
  size 2M
  compress
  missingok
  notifempty
  copytruncate
}
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to