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
I've been trying to use SnakeTail to debug an app I'm working on and in some logic I use for troubleshooting specific routines, I have a function that completely rewrites one of my log files for tracking iterations of a function I use. I've noticed that when I do a complete rewrite of the log file to show an offset of an array of entries I need to see, SnakeTail can't track it and remains suspended at the last successful read it was able to make against the file. This appears to happen when I write, say, 10 entries to the log file but rewrite the entire log file with 10 entries that overwrite the previous ten that were there (i.e. - writing the latest 10 events to the log file).
Just FYI.
The text was updated successfully, but these errors were encountered:
I've been trying to use SnakeTail to debug an app I'm working on and in some logic I use for troubleshooting specific routines, I have a function that completely rewrites one of my log files for tracking iterations of a function I use. I've noticed that when I do a complete rewrite of the log file to show an offset of an array of entries I need to see, SnakeTail can't track it and remains suspended at the last successful read it was able to make against the file. This appears to happen when I write, say, 10 entries to the log file but rewrite the entire log file with 10 entries that overwrite the previous ten that were there (i.e. - writing the latest 10 events to the log file).
Just FYI.
The text was updated successfully, but these errors were encountered: