diff --git a/Torch.Server/TorchConfig.cs b/Torch.Server/TorchConfig.cs index 8a7d322..7fd5917 100644 --- a/Torch.Server/TorchConfig.cs +++ b/Torch.Server/TorchConfig.cs @@ -41,8 +41,8 @@ namespace Torch.Server } catch (Exception ex) { - _log.Error(ex, "Invalid path assigned to InstancePath! Please report this immediately!"); - throw; + _log.Error(ex, "Invalid path assigned to InstancePath! Please report this immediately! Value: " + value); + //throw; } _instancePath = value;