mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Log is now configured earlier in the life cycle.
Glimpse now listens to all IP addresses
This commit is contained in:
parent
617b23f5e3
commit
30d8da3ce8
5 changed files with 5 additions and 4 deletions
|
@ -28,8 +28,6 @@ namespace NzbDrone.Core.Instrumentation
|
|||
LogManager.Configuration.AddTarget("Exceptioneer", exTarget);
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", NLog.LogLevel.Error, exTarget));
|
||||
#endif
|
||||
|
||||
|
||||
var sonicTarget = CentralDispatch.NinjectKernel.Get<SubsonicTarget>();
|
||||
LogManager.Configuration.AddTarget("DbLogger", sonicTarget);
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", NLog.LogLevel.Info, sonicTarget));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue