# TestingUtils.CreateTraceFileName(string, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.testingutils/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.utils.testingutils/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/Utils/TestingUtils.cs#L39-L46)

```csharp
public static string CreateTraceFileName(string nodeName, string clusterId)
```

Create trace file name for a specific node or client in a specific deployment

### Parameters

- `nodeName` (`string`): Name of the node.
- `clusterId` (`string`): The cluster identifier.

### Returns

The new trace file name.
