mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Database logging is now set to Info.
This commit is contained in:
parent
f513878d78
commit
5c1f4bbf1a
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.Instrumentation
|
|||
public void Register()
|
||||
{
|
||||
LogManager.Configuration.AddTarget("DbLogger", this);
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Debug, this));
|
||||
LogManager.Configuration.LoggingRules.Add(new LoggingRule("*", LogLevel.Info, this));
|
||||
|
||||
LogManager.ConfigurationReloaded += (sender, args) => Register();
|
||||
LogConfiguration.Reload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue