Group: Forum Members
Posts: 2,
Visits: 3
|
Hi, Our logging system works with memory mapped files. It initially creates a file of 3MB filled with zero's (bytes with value zero, not the ascii code for the character 0). Gradually the file is filled up with readable text. As the file is full, the next file is created in the same manner. a couple of questions : - Does logviewplushave a problem with the zero's? - most editors that watch files for changes don't pick up the additional changes once a file is opened (ea vs code, sublime editor) - you need to manually refres/reload a file to tail it. What does logviewplus do? - a log can be split over two files, is the merging of files done before the parsing or after? ea. file mks_170_trc.txt ends with 18.07.2023 08:41:03,491 =====>>>>>=====>>>>>=====>>>>> T<24461> von <ComMKSUCBSrv> erhalten. Ausführung Handler <99> .... ResultValue von UCB <SL-V file mks_171_trc_txt starts with MT> erhalten., Prozess <99297922>, Subprozess <6490>, OpCode <JAC>. ResultValue <A96EE7534044D4D8970749873FFA3560> eingefügt. 18.07.2023 08:41:03,538 =====>>>>>=====>>>>>=====>>>>> T<18116> von <ComMKSAsyncDBAccess> erhalten. Ausführung Handler <336> ....
Thanks in advanced, Kurt
|