You are not logged in.
Hello Arnaud,
Today I noticed the "datetime" column, which is the first column of theserver log file, becomes hexadecimal values.
I guess there is a change recently (in the last two months). How to get it back to the normal date time values?
Thanks.
Last edited by edwinsn (2017-02-08 06:30:35)
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Use this option:
TSynLog.Family.HighResolutionTimeStamp := False;
Last edited by zed (2017-02-07 09:45:28)
Offline
Thanks zed!
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline