Closed ellinge closed 2 weeks ago
@marisks shouln't logEvents.Count be used instead of bufferSize in check of threshold as well?
We are working on rewriting the whole logging logic for Suggestions. This PR will be out of date soon.
How soon? It would be nice to avoid getting a lot of suggestions already ignored.
Closing this issue, due to the fix was provided here: https://github.com/Geta/geta-notfoundhandler/pull/134
Fixes #37
Now suggestions are not added if a matching ignore is found.
Also rewrote the buffering of 404 to allow logging if threshold has passed as well. Meaning the buffer can be less than buffersize before being processed. Seems logical to me but perhaps there's a reason for waiting to fill the buffersize always.