diff options
| author | Tim Hobbs <jesus.tesh@gmail.com> | 2014-04-09 16:58:14 -0700 |
|---|---|---|
| committer | Tim Hobbs <jesus.tesh@gmail.com> | 2014-04-09 16:58:14 -0700 |
| commit | 86b1ee0d313b0cb2052074342c0050424fd6da5b (patch) | |
| tree | 6297f775f4acc4efbd4d555d233c1983cb3d2db3 /MediaBrowser.Common.Implementations/Logging/NlogManager.cs | |
| parent | badbc5aa247cc704083d64e8cb0c424ab35a97a2 (diff) | |
| parent | f657e2981cb928720eb728790697c0653cb7344f (diff) | |
Merge remote-tracking branch 'upstream/master'
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 fe530f917..b8ee60f01 100644 --- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs +++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs @@ -184,7 +184,7 @@ namespace MediaBrowser.Common.Implementations.Logging /// <param name="level">The level.</param> public void ReloadLogger(LogSeverity level) { - LogFilePath = Path.Combine(LogDirectory, LogFilePrefix + "-" + decimal.Round(DateTime.Now.Ticks / 10000000) + ".log"); + LogFilePath = Path.Combine(LogDirectory, LogFilePrefix + "-" + decimal.Round(DateTime.Now.Ticks / 10000000) + ".txt"); Directory.CreateDirectory(Path.GetDirectoryName(LogFilePath)); |
