You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered an issue in my codebase where if I log a huge log (100kb) then it logs correctly to the file logger but suddenly all Syslogs stop forever more. Syslog stops working and reports not warnings or errors in the internal logger.
I tried to resolve this with the following however the bug continues. I even set truncateMessageTo to 16 however normal logs (before the bug occurs) still remain the same length (much longer than 4 bytes).
@luigiberrettini - this bug is still here. Any very long logs cause the nlog syslog target to stop working - no more logs are sent (while other nlog targets continue to work)
Bug description
I discovered an issue in my codebase where if I log a huge log (100kb) then it logs correctly to the file logger but suddenly all Syslogs stop forever more. Syslog stops working and reports not warnings or errors in the internal logger.
I tried to resolve this with the following however the bug continues. I even set
truncateMessageTo
to16
however normal logs (before the bug occurs) still remain the same length (much longer than 4 bytes).Expected behavior
I expect when
truncateMessageTo
is set to16
that logs sent via syslog are going to be a max length of 16 charactersActual behavior
None of the logs are truncated and everything remains the same size.
To reproduce
A list of steps to reproduce the behavior.
Additional context
The text was updated successfully, but these errors were encountered: