How to stop collecting trace events to file (-tracefile)

Hello,

When you start a game server with the -tracefile option, the server will record trace events to the specified file. Is there a way to programmatically stop the trace events to be recorded and close the tracefile?

This is to avoid exhausting the file system for long running game server processes, and potentially use it to start/stop tracing on demand rather than keep collecting trace events all the time.

Best,
Marcos