Home Forums SharewareOnSale Deals Discussion Log Analyzer / Aug 7 2026 Reply To: Log Analyzer / Aug 7 2026

#24170431 Quote
TK
Guest

In the AI overview I see a massive lie:

“Live File Access: Users can safely open and monitor logs that are currently being written to in real-time by servers or other applications.”

It has no mechanism to access files being actively written to or files open with permissions that deny others access to the open file… the AI has made that up and done an inaccurate extrapolation from what the developer actually said… files can be opened strictly for read access by multiple threads which is what the developer was talking about… to access VSS store requires elevated rights access and this program does not request elevated rights so cannot bypass deny access permissions set by the log owning process. Of course I could be wrong in my deductions but I don’t think I am. And there is no facility to “monitor” open logs, the file open is a discrete operation and as far as I can see does not register a call back with the system to refresh the loaded file if new writes are made to the loaded log file. Just tested it.