Disable YAZ' own log rotate by default (no 1 GB limit).
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 22 Feb 2009 12:10:53 +0000 (13:10 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 22 Feb 2009 12:10:53 +0000 (13:10 +0100)
commit30be9a32fd26a2d08aa4413942408500c93ad4a3
tree66f24e2e0b7ce3b601edbdedd63fafb877c5198a
parentd1c53252793e37efda0b7432b18a7c79b9810d86
Disable YAZ' own log rotate by default (no 1 GB limit).

The variable l_max_size which specifies the log file limit is set to 0
(DISABLED): This is due to the fact that YAZ is most often deployed using
logrotate. Also YAZ can not perform log rotate because of unsufficient
permissions (setuid).
src/log.c