Explorar el Código

change crash log file name

Luke Pulverenti hace 12 años
padre
commit
9aac530aec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.ServerApplication/MainStartup.cs

+ 1 - 1
MediaBrowser.ServerApplication/MainStartup.cs

@@ -417,7 +417,7 @@ namespace MediaBrowser.ServerApplication
         {
         {
             _logger.ErrorException("UnhandledException", ex);
             _logger.ErrorException("UnhandledException", ex);
 
 
-            var path = Path.Combine(_appHost.ServerConfigurationManager.ApplicationPaths.LogDirectoryPath, "crash_" + Guid.NewGuid() + ".txt");
+            var path = Path.Combine(_appHost.ServerConfigurationManager.ApplicationPaths.LogDirectoryPath, "unhandled_" + Guid.NewGuid() + ".txt");
 
 
             var builder = LogHelper.GetLogMessage(ex);
             var builder = LogHelper.GetLogMessage(ex);