udpates some logging stuff which will also make logging faster.

This commit is contained in:
Shannon
2015-07-08 17:55:08 +02:00
parent 1067b1e245
commit a277ac2fe4
2 changed files with 9 additions and 3 deletions

View File

@@ -66,7 +66,9 @@ namespace Umbraco.Core
InitializeProfilerResolver();
_timer = DisposableTimer.TraceDuration<CoreBootManager>("Umbraco application starting on '" + NetworkHelper.MachineName + "'", "Umbraco application startup complete");
_timer = DisposableTimer.TraceDuration<CoreBootManager>(
string.Format("Umbraco {0} application starting on {1}", UmbracoVersion.Current, NetworkHelper.MachineName),
"Umbraco application startup complete");
CreateApplicationCache();