-
-
Notifications
You must be signed in to change notification settings - Fork 256
Limitation of the firebird.log/replication.log #8384
-
I've got a system running were the logging was growing rapidly over the 10Gb in 2 days. The system has only 100Gb available and could crash when the is no more space available as I discovered. So now I'm wondering if there is a possibility to limit the logging (preferable by x file for y size, as a rolling file appender). Thanks already in advance for your support.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Not in Firebird itself. On Linux you can use tools like logrotate
. I'm not sure if there are similar utilities for Windows.
Beta Was this translation helpful? Give feedback.
All reactions
-
The log file is always opened in Super Server mode. Logrotate may fail in such case.
Beta Was this translation helpful? Give feedback.