BLUI-Unreal icon indicating copy to clipboard operation
BLUI-Unreal copied to clipboard

debug.log

Open komotor opened this issue 1 year ago • 1 comments

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.

komotor avatar Jan 09 '24 00:01 komotor

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

getnamo avatar Jan 14 '24 18:01 getnamo