| 1. |
How To Present Firebird.log File From Filling Up The Disk Partition? |
|
Answer» Here are some tips: a) create a scheduled task or CRON job that will truncate or rotate the log file. By rotation, we mean renaming the flies in such way that you ALWAYS have a number of previous logs available. Example. delete flrebird.log.5 b) redirect LOGGING to void. For example, on Linux, you can do it by CREATING a symlink to /dev/null instead of the regular log file: Here are some tips: a) create a scheduled task or cron job that will truncate or rotate the log file. By rotation, we mean renaming the flies in such way that you always have a number of previous logs available. Example. delete flrebird.log.5 b) redirect logging to void. For example, on Linux, you can do it by creating a symlink to /dev/null instead of the regular log file: |
|