change crash log file name

pull/702/head
Luke Pulverenti 11 years ago
parent 5480815022
commit 9aac530aec

@ -417,7 +417,7 @@ namespace MediaBrowser.ServerApplication
{
_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);

Loading…
Cancel
Save