chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.09k stars 450 forks source link

alloy : debug.log written in executable directory due to early log message #3713

Closed Hethsron closed 2 weeks ago

Hethsron commented 3 weeks ago

We are facing an issue with this debug.log file which is generated in the executable folder when another log directory has been specified using

CefSttings::log_file

After a deep analysis, it seems to be related to this change

However, from my point of view, it's a bug compared to the way it behaved before.

Why aren't these traces written to the log file we choose?

Why is another one being created?

magreenblatt commented 3 weeks ago

See https://magpcss.org/ceforum/viewtopic.php?f=6&t=19809