You are not logged in.
If I specify TSQLLog.Family.NoEnvironmentVariable := True, created log will not contain EnvVariables which is as expected.
However, such log is impossible to open in LogView application (Samples 11).
First there's an AV in: these lines
for i := 0 to high(FDays) do
lstDays.Items.Add(Format('%s (%d rows)',[DateToStr(FDays[i]),
If those lines are commented then nothing is recognized in log (it's opened as some non log txt file).
Am I missing something or there's a bug in LogView?
Offline
There was indeed a bug.
Should be fixed by https://synopse.info/fossil/info/2c9d335e2e
Offline