output_log.txt

Can i set the path for the logfile to gamefolder and how to do it?

Not in the editor, but you can launch Unity with a command line argument that does it for you.
unity.exe -logFile <pathname>

You can set default launch options on a shortcut by right clicking on it, opening Properties, and changing the target to include the arguments. For something pinned to the task bar, you can right click on it, then right click on the program name in the list again to be able to open Properties (on Windows 10).

1 Like

hmm with an installer i should can do this automatic way for the clients