Where can I find information on how to configure logging?

I've taken a look through the handbook (albeit a quick look) and none of the topics jump out as related to logging, and the ones I have read give no info (rc related topics, install, files, etc.). I've finally pulled postfix into my opkg config, and I want my maillogs rotated daily and a good number of them kept around.

fsl.postfix does not appear to be the file I need.

rc.postfix seems to have some of the configuration I'm looking for:

%config
    MTA_name="postfix"
    MTA_aliases_file="/cw/etc/postfix/aliases"
    MTA_aliases_update="cd /cw/etc/postfix && /cw/sbin/postalias aliases"
    postfix_enable="$openpkg_rc_def"
    postfix_log_prolog="true"
    postfix_log_epilog="true"
    postfix_log_numfiles="10"
    postfix_log_minsize="1M"
    postfix_log_complevel="9"
    postfix_sum_flags=""

...but I'm unable to find any information on exactly what each of these variables does before I go adjusting them. Granted, I can take a guess on a few of them, but I want to know how I can have these rotated daily, @ midnight....and I don't see any info that helps me configure these options.

Thanks,
Frank
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [email protected]

Reply via email to