BambuStudio writes 100MB per day to log folder even if it's just doing nothing

I am on macOS Sequoia. Running BambuStudio 02.07.01.62

While writing a Mac program to monitor what apps do on the file system, I noticed that B.S. keep writing to a file nearly EVERY SECOND.

Investigating, I found that it’s writing log files, endlessly. While the app being hidden, doing nothing. Just started, not printing, not anything else.

But it writes and writes. It amounts to 100 MB in a day. And since it keeps old logs around as well, even month-old ones, the log folder has already wasted over one GB on my system. For what?

Develop Mode is disabled. Is there a hidden setting that keeps the constant logging happening, perhaps, and can I change that?

Please take this as a bug report and make this stop.

Also, if I remove write permission from the log folder, BambuStudio.app will crash at launch, so there’s no way for me to make it stop doing this. The app should not crash just because it has no write access to the log folder.

Another thing: The file ““ keeps adding this on every launch, should I be worried:

[26-07-26 00:00:17.275890][D][207BFA2C0][IOTC] [IOTC_Check_Session_Status] Error: Not Initialized!
[26-07-26 00:00:17.276562][D][207BFA2C0][IOTC] @@@@@ IOTC_DeInitialize called
[26-07-26 00:00:17.276575][D][207BFA2C0][IOTC] @ErrCode -12 - Line (13010)

Here’s the log folder (at ‘~/Library/Application Support/BambuStudio/log’):

It’s best to post here, in the official bug tracker. The developers will see it right away and often respond personally - In the forum, this often gets lost or takes a roundabout route.

Looks very much like debug code was left on accidentally.

Thanks for the pointer.

Reported: BambuStudio writes 100MB per day to log folder even if it's just doing nothing · Issue #11714 · bambulab/BambuStudio · GitHub