Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
3.38k
stars
467
forks
source link
alloy : debug.log written in executable directory due to early log message #3713
Closed
Hethsron closed 5 months 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?