This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- turn off timestamps
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- 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
- 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.
