updated loggly to only report upgrade logs.

This commit is contained in:
Keivan Beigi 2013-07-18 16:41:11 -07:00
commit 44950c212e
3 changed files with 3 additions and 5 deletions

View file

@ -20,12 +20,8 @@ namespace NzbDrone
GlobalExceptionHandlers.Register();
IgnoreCertErrorPolicy.Register();
new LogglyTarget().Register(LogLevel.Warn);
Logger.Info("Starting NzbDrone Console. Version {0}", Assembly.GetExecutingAssembly().GetName().Version);
//Check if full version .NET is installed.
try
{