debug.log always created
Posted: Wed May 29, 2024 10:19 am
I've just installed CEF 125.0.19 (x86) on Delphi 2007 and here the problem: debug.log file is created despite having this in the code:
It contains the following line:
Code: Select all
GlobalCEFApp.LogFile := '';
GlobalCEFApp.LogSeverity := LOGSEVERITY_DISABLE;
How do I prevent the debug.log file creation? Assigning a valid file name to GlobalCEFApp.LogFile does not help. The debug.log file is still created next to the .exe.[0529/131657.446:WARNING:main_runner.cc(261)] Alloy bootstrap is deprecated and will be removed in ~M127. See https://github.com/chromiumembedded/cef/issues/3685