mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Major logging overhaul
This commit is contained in:
parent
953024cd40
commit
2f3430387e
102 changed files with 284 additions and 238 deletions
|
@ -247,7 +247,7 @@ namespace NzbDrone.Core.Configuration
|
|||
{
|
||||
key = key.ToLowerInvariant();
|
||||
|
||||
_logger.Trace("Writing Setting to file. Key:'{0}' Value:'{1}'", key, value);
|
||||
_logger.Trace("Writing Setting to database. Key:'{0}' Value:'{1}'", key, value);
|
||||
|
||||
var dbValue = _repository.Get(key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue