glogg v1.1.4 doesn't detect recreated file on samba share. File not reloaded · Issue #214 · nickbnf/glogg · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load a file from a shared samba drive (mapped as V: drive) on Windows 10. Lets call it v:\session\trace.log
File appears in glogg OK
A separate process deletes trace.log and session dir on linux but they are recreated with same names. So there is now a new file "session/trace.log"
Glogg does not detect new file (even with polling option on). F5 or refresh does not reload file although the timestamp of new file is shown under the menu bar. Even attempting to load file using File > Open keeps the original file in the viewer.
Only way to load the new file is to completely exit glogg and start over.
Andy
The text was updated successfully, but these errors were encountered:
I have the same issue. It's pretty frustrating. So here are few details from me:
OS: windows 7
glogg: v1.1.4-x86_64
file is not refreshed not if opened via UNC path - \myserver\session\trace.log not if mapped as disk - like v:\session\trace.log
Furthermore: file seems to be locked (?) for reading (or writing - not sure) even for other windows programs. For example: I open 30mb log file from network share in glogg at 18:00. Now is 18:20. Last record I see in glogg file - is from 17:57. F5 does not refresh. I know that .log is have new records. The file size now (at 18:20) is 45mb. (!). But if I open the same file in notepad++ last record I could see - will be from 17:57 (!).
But if I close file in glogg - I could see all the new records after few minutes.
p.s. with Notepad++ I can see changes as they appear in logs
Hi,
Andy
The text was updated successfully, but these errors were encountered: