quill icon indicating copy to clipboard operation
quill copied to clipboard

Interface for notifying that quill drops a log?

Open mudream4869 opened this issue 1 year ago • 1 comments

In non-guarantee-mode, is there any interface for notifying user (ex: pass a callback function?) when quill is dropping a log?

mudream4869 avatar Aug 18 '22 10:08 mudream4869

hello, in the non-guarantee-mode there is a counter of how many messages are being dropped, the backend thread that is doing the formatting and the logging also checks that counter and if there are any dropped logs it will log a statement to stderr ( see here )

At the moment it just logs to stderr it is not possible to control it via a callback, do you have some use case where a callback would be useful or are you okay getting them in stderr ?

odygrd avatar Aug 21 '22 13:08 odygrd