Hello, We've collected over 150 MiB of log lines in 5 days. Is there a way to tell Flink to eject log lines after a certain length so we don't eventually run out of disk? ThankS1 -- Rex Fenley | Software Engineer - Mobile and Backend Remind.com | BLOG | FOLLOW US | LIKE US |
Have a look at RollingFileAppenders.
These have become the default in 1.12 .
On 1/12/2021 12:53 AM, Rex Fenley
wrote:
|
Thanks, I'll check them out. What's the default in 1.11.2? On Mon, Jan 11, 2021 at 4:26 PM Chesnay Schepler <[hidden email]> wrote:
-- Rex Fenley | Software Engineer - Mobile and Backend Remind.com | BLOG | FOLLOW US | LIKE US |
A normal FileAppender that does not do
any rolling or limiting of the log file.
On 1/12/2021 3:09 AM, Rex Fenley wrote:
|
Got it. Thanks! On Tue, Jan 12, 2021 at 2:12 AM Chesnay Schepler <[hidden email]> wrote:
-- Rex Fenley | Software Engineer - Mobile and Backend Remind.com | BLOG | FOLLOW US | LIKE US |
Free forum by Nabble | Edit this page |