Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
change time interval to 5 second #1
Conversation
|
@mchaudhary Please review this PR. |
|
@mchaudhary In this PR, I have added the log4net-loggly.nuspec file that will be helpful to publish new NuGet package in future, and have changed log collection time in bulk mode. Kindly review and merge this PR. |
| <package > | ||
| <metadata> | ||
| <id>log4net-loggly</id> | ||
| <version>7.2.2</version> |
psquickitprageet
Nov 30, 2016
change to 7.2.3.
change to 7.2.3.
|
Accidently I had removed my fork's branch. Due to which, this PR was closed. I have raised a new PR #2. |
In bulk mode, Logs wait for 20000 milliseconds (20 seconds) to send logs to the loggly.
When application exit within 20 second after sending the log, it doesn't reach to the loggly.
We should decrease wait time interval to overcome the above issue.