mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
updated loggly to only report upgrade logs.
This commit is contained in:
parent
635e206e03
commit
44950c212e
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue