getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
350 stars 73 forks source link

debug.log #90

Open komotor opened 5 months ago

komotor commented 5 months ago

I use the version for ue4. when the project is packaged, blui creates a debug.log file in WindowsNoEditor\game\Binaries\Win64 Is there a way to not have this log file, a way to disable this debug.log? Its size grows very quickly and stores a whole bunch of data from the sites visited. Thanks in advance.

getnamo commented 5 months ago

Sounds like a chromium behavior, you'll need to check their API for logging, maybe https://chromium.googlesource.com/chromium/chromium/+/refs/heads/trunk/base/logging.h and https://magpcss.org/ceforum/viewtopic.php?t=205 links are relevant. There's likely some cef call that enables/disables it