mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fix: Downgraded some log levels for less verbose logging
This commit is contained in:
parent
abbc1b646c
commit
05df752cc8
7 changed files with 8 additions and 10 deletions
|
@ -126,7 +126,7 @@ namespace NzbDrone.Core
|
|||
|
||||
private void InitExternalNotifications()
|
||||
{
|
||||
logger.Info("Initializing External Notifications...");
|
||||
logger.Debug("Initializing External Notifications...");
|
||||
Kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
|
||||
Kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
||||
Kernel.Bind<ExternalNotificationBase>().To<Twitter>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue