As described by @rachedbenmustapha in the PR #1 , We need to design some kind of fallback behavior for whenever enough errors occur simultaneously (but slowly) to fill the memory with log entries.
We need to make sure that the log system won't become a worsening factor, and that it won't hog all the memory for itself due to bad design decisions.
The first (and current) version shall be simple, but we need to think about a solution for the long-term.
As described by @rachedbenmustapha in the PR #1 , We need to design some kind of fallback behavior for whenever enough errors occur simultaneously (but slowly) to fill the memory with log entries.
We need to make sure that the log system won't become a worsening factor, and that it won't hog all the memory for itself due to bad design decisions.
The first (and current) version shall be simple, but we need to think about a solution for the long-term.