diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-02 23:31:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-02 23:31:58 -0500 |
| commit | 4deb3017c3a881b60f3b26704bfbef683bdec29e (patch) | |
| tree | 91b3e3d083fac549ebf78b09b38d2e80e25b3aed /MediaBrowser.Common.Implementations/Logging/NlogManager.cs | |
| parent | 10f9aaaee4d811578a1dc534adec7a6c1cd5cf1c (diff) | |
add cache file deletion error handling
Diffstat (limited to 'MediaBrowser.Common.Implementations/Logging/NlogManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs index 391e7c212..1bbcccd88 100644 --- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs +++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs @@ -110,7 +110,7 @@ namespace MediaBrowser.Common.Implementations.Logging var logFile = new FileTarget { FileName = path, - Layout = "${longdate} ${level} - ${logger}: ${message}" + Layout = "${longdate} ${level} ${logger}: ${message}" }; logFile.Name = "ApplicationLogFile"; |
