After comparing of the Index Journal in the Everything GUI with Everything logfiles i noticed that
entries are missing from the logfile.
For example i have turned my PC off, the last entry in the logfile is 2038303. The next entry should be 2038304 but it continues at 2038425 (see below).
And it continues in the middle of a line instead of a new line.
It begins to log activity after i have turned my PC on and have launched Everything, but activity before launching of Everything is missing.
The Index Journal in the Everything GUI shows all entries continously. Not a single one is missing.
I'm using this format for logging:
Code: Select all
journal_log_format=$split:$id: <format-filetime:$date:,"yyyy-MM-dd HH:mm:ss"> <RPAD:<SWITCH:$action:,1,"Folder Create",2,"Folder Delete",3,"Folder Rename",4,"Folder Move",5,"Folder Modify",6,"File Create",7,"File Delete",8,"File Rename",9,"File Move",10,"File Modify",""><IF:$is-split:," "<IF:$is-from:,"From","To">>,18> "$filename:" <lpad:<format-size:$size:,1>,13> <format-file-attributes:$attributes:>
Code: Select all
2038303 2025-09-09 04:44:31 File Rename From "C:\Users\****\AppData\Lo2038425 2025-09-09 12:02:05 File Create "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db.tmp" 64.501.929 A
2038426 2025-09-09 12:02:05 File Delete "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db"
2038427 2025-09-09 12:02:05 File Rename From "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db.tmp" 64.501.929 A
2038427 2025-09-09 12:02:05 File Rename To "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db" 64.501.929 A
2038428 2025-09-09 12:02:05 File Modify "C:\Users\****\AppData\Local\Everything\Logs\index-journal-2025-09-09-1.5a.txt" 786.432 A
Code: Select all
2060901 2025-09-09 16:35:23 File Modify "C:\Users\****\AppData\Local\Google\Chrome\User Data\Default\Service Worker\Database\000271.log" 94.824 A
2060902 2025-09-09 16:35:23 Fil2061152 2025-09-09 18:36:46 File Delete "C:\Users\****\AppData\Local\Everything\Everything-1.5a.backup.db"
2061153 2025-09-09 18:36:46 File Rename From "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db" 64.501.929 A
2061153 2025-09-09 18:36:46 File Rename To "C:\Users\****\AppData\Local\Everything\Everything-1.5a.backup.db" 64.501.929 A
2061154 2025-09-09 18:36:46 File Create "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db.tmp" 64.564.763 A
2061155 2025-09-09 18:36:46 File Rename From "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db.tmp" 64.564.763 A
2061155 2025-09-09 18:36:46 File Rename To "C:\Users\****\AppData\Local\Everything\Everything-1.5a.db" 64.564.763 A
2061156 2025-09-09 18:36:46 File Modify "C:\Users\****\AppData\Local\Everything\Logs\index-journal-2025-09-09-1.5a.txt" 5.308.416 A
This issue seems to be introduced with the new format which i have been using since a few days.
To verify this i will revert back to an old format which i have been using for years and after a reboot and launching Everything i will see what happens.
Edit: I can't revert back to an old format because with 1.5.0.1397a the index journal log format has been changed.
Then i will remove $size: and $attributes: and i will see how it goes after a reboot.