aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Logging/NlogManager.cs
diff options
context:
space:
mode:
authortikuf <admin@nyalindee.com>2014-04-09 16:44:07 +1000
committertikuf <admin@nyalindee.com>2014-04-09 16:44:07 +1000
commitf9eede391b2de2ce80e75d8345aade14f70f1b9d (patch)
tree9d7d7c22ebd83062cca6a6e9ef368e5631b7c717 /MediaBrowser.Common.Implementations/Logging/NlogManager.cs
parent89b467ad193a81a5e5cd4b3ad472fc3f2189913c (diff)
parentd1a9d42eaf486b84e7d77ace69a9607fca76c317 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Common.Implementations/Logging/NlogManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Logging/NlogManager.cs2
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));