/etc/lfc-postgres/lfcdaemon.logrotate is in lfc-server-postgres 1.10.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 | #
# $Id: lfcdaemon.logrotate,v 1.2 2006/01/30 09:05:41 slemaitr Exp $
#
# @(#)$RCSfile: lfcdaemon.logrotate,v $ $Revision: 1.2 $ $Date: 2006/01/30 09:05:41 $ CERN/IT/ADC/CA Jean-Damien Durand
#
/var/log/lfc/log {
    compress
    daily
    delaycompress
    missingok
    rotate 90
}
 |