question

Mischa Spelt avatar image
1 Like"
Mischa Spelt asked Jeanette F commented

Where does debug.log come from?

A customer of ours noticed that every time he runs his model a debug.log file is produced in the model folder.

As far as I’m aware there is nothing in the model logic that does this, so I was wondering if (and when) FlexSim sometimes creates this file all by itself.

FlexSim 22.0.0
debuggingoutput datadebug.log
debuglog.txt (4.3 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Phil BoBo avatar image
1 Like"
Phil BoBo answered Jordan Johnson edited

That looks like a Chromium log file. I don't know what code is generating it. It isn't written by FlexSim code directly. Something within the Chromium Embedded Framework is writing it. My guess as for why it is ending up in the model directory is that it is using the FlexSim process's current working directory.

It looks like the log in C:\ProgramData\Flexsim\FlexSim22.0\cef, which is the directory where FlexSim tells Chromium to store its cache.

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.