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
When adding NLog to an empty Console Application with NetCore5 and enables AppTriming, then it grows from single file of 10 MByte to 20 MByte.
Investigate what parts of NLog is causing this growth, and highlight those parts as obsolete for NLog 6.0.
This exercise should be done early (Ex NLog 5.1), to give time for people to adjust for things becoming obsolete.
Did try to remove all targets and all layoutrenderers, and still the AppTriming size only dropped very little. Then tried to just have NLog InternalLogger and then the size dropped as expected.
The text was updated successfully, but these errors were encountered:
But if NLog 6.0 will become the breaker of chains, then I guess this exercise might not be needed as it will happen automatically. See also #3366 (comment)
When adding NLog to an empty Console Application with NetCore5 and enables AppTriming, then it grows from single file of 10 MByte to 20 MByte.
Investigate what parts of NLog is causing this growth, and highlight those parts as obsolete for NLog 6.0.
This exercise should be done early (Ex NLog 5.1), to give time for people to adjust for things becoming obsolete.
Did try to remove all targets and all layoutrenderers, and still the AppTriming size only dropped very little. Then tried to just have NLog InternalLogger and then the size dropped as expected.
The text was updated successfully, but these errors were encountered: