aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Logging/NlogManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-22 17:38:48 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-22 17:38:48 -0500
commitd4adc9799c54b46c99a02cc2e74e62ea20f809e3 (patch)
tree65f6a4b603c603cb4179c11876e1ccba11f49b81 /MediaBrowser.Common.Implementations/Logging/NlogManager.cs
parentac80f22686446c10b87c063014fc0db55fd53186 (diff)
reduce size of logging messages
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 40dc380ea..fe530f917 100644
--- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs
+++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs
@@ -89,7 +89,7 @@ namespace MediaBrowser.Common.Implementations.Logging
var logFile = new FileTarget
{
FileName = path,
- Layout = "${longdate}, ${level}, ${logger}, ${message}"
+ Layout = "${longdate} ${level} - ${logger}: ${message}"
};
RemoveTarget("ApplicationLogFile");