- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 09, 2014
07:38 PM
turn off timestamps
For msi log files, is there a way to turn off time stamps?
MSI (s) (F4:2C) [18:26:14:434]: Note: 1: 2318 2:
MSI (s) (F4:2C) [18:26:14:434]: Note: 1: 2318 2:
the bolded items every line will be different.
If this one thing is turned off then standard diffing tools like KDiff can pinpoint the differences.
There is just too much NOISE in a msi log file.
MSI (s) (F4:2C) [18:26:14:434]: Note: 1: 2318 2:
MSI (s) (F4:2C) [18:26:14:434]: Note: 1: 2318 2:
the bolded items every line will be different.
If this one thing is turned off then standard diffing tools like KDiff can pinpoint the differences.
There is just too much NOISE in a msi log file.
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 10, 2014
06:43 AM
use notepad++ and regular expressions to strip out the time stamps and such. Beyond Compare diffing tool has an excellent filter tool that allows you to filter stuff like this too.
I do not know of a way to have logging without the time stamps.
I do not know of a way to have logging without the time stamps.
