mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Merge pull request #4189 from keymanapp/fix/developer/4110-debug-log-created-unexpectedly
fix(developer): debug.log created unexpectedly
This commit is contained in:
commit
bc947949f1
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ begin
|
|||
|
||||
GlobalCEFApp.CheckCEFFiles := False;
|
||||
|
||||
GlobalCEFApp.LogFile := TKeymanPaths.ErrorLogPath + ExtractFileName(ChangeFileExt(ParamStr(0),''))+'-cef.log';
|
||||
GlobalCEFApp.LogSeverity := LOGSEVERITY_ERROR;
|
||||
|
||||
// We run in debug mode when TIKE debug mode flag is set, so that we can
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue