mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
added file logging to services.
This commit is contained in:
parent
ad9a7fa6e4
commit
1d1c62d376
12 changed files with 100 additions and 28 deletions
|
@ -86,7 +86,7 @@ namespace NzbDrone.Common
|
|||
fileTarget.ConcurrentWriteAttemptDelay = 50;
|
||||
fileTarget.ConcurrentWriteAttempts = 200;
|
||||
|
||||
fileTarget.Layout = @"${date:format=yy-M-d HH\:mm\:ss.f}|${replace:searchFor=NzbDrone.:replaceWith=:inner=${logger}}|${message}|${exception:format=ToString}";
|
||||
fileTarget.Layout = @"${date:format=yy-M-d HH\:mm\:ss.f}|${replace:searchFor=NzbDrone.:replaceWith=:inner=${logger}}|${level}|${message}|${exception:format=ToString}";
|
||||
|
||||
return fileTarget;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue