28 issues in loggly/log4net-loggly
Enabling indentation for json in logs by setting default json serializer settings causes those logs to be split over multiple entries due to the new line characters. To avoid this the serializer formatting ...
Hi, It seems we can't format the resulting Json as the LogglyFormatter sets particular properties and dumps everything we pass into the message string. Is it possible to override with our own formatter? ...
For the .NET Core Support Documentation, can you please verify if it supports higher .NET core SDK and Runtime version (2.1, 2.2) or was it only specific to 2.0 version?
Hello, We had an issue in production yesterday that caused our application to go offline on a couple of web servers for about a 1.5 minutes. During our investigation we found the following call stack: ...
I am afraid, even after bumping to v9.0.0, there are still some issues with "raw message" rendering in loggly. (It's much better than 8.0.0, so thumbs up for the fix) In 9.0.0, the raw message ...
Hello. I'm using log4net loggly in several projects and recently noticed that not all of my messages show up on the dashboard (the last few of them weren't there). I waited a long time and there's ...
While investigating some performance issues with a website in am currently working on I discovered that the implementations of LogglyClient and LogglySendBufferedLogs both call GC.Collect() after appending ...
I am trying to set up the application to log messages through docker. My Configuration - DotNET Core (2.1.403) docker latest one. I don't use visual studio code inside my docker but command line ...