From d4adc9799c54b46c99a02cc2e74e62ea20f809e3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 22 Jan 2014 17:38:48 -0500 Subject: reduce size of logging messages --- MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Logging') diff --git a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs index 40dc380ea8..fe530f917d 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"); -- cgit v1.2.3