I am having some difficulty either locating or populating my script log files. I would expect that they should be in my \Skyrim\Logs\Script folder, and there are four files there, labeled from 0-3. They constantly get overwritten with the 0 file being the newest. However, they contain little information and no information that I am passing with my script Debug.Trace commands. Here is an example of one of the four log files I do have.
Not only that, but this file is the latest file in that folder and it is from yesterday. I have tested my script in game several times since then, so I would expect newer dated files than this one. In the mean time I have resorted to using the Debug.TraceAndBox command instead, which works in game. As you can imagine though, that becomes very disruptive while play testing. I sure would like to get the output log files working, but I have no clue how to set them up or where they are supposed to be. I am currently using notepad++, if that matters.