Don H LaVange
1 discussion post
I have a folder that I want to watch, but I want to be able to exclude some logs from being watched. For instance, errors appear in certain logs, and the log isn't created until they are, but there are other verbose logs that are constantly outputting I don't want to see.
I haven't figured out what filter does, other than simple filename masking like *.log, but I wish I could create a regular expression to search and find only those logs I require.
Do you want to RegEx match the file name still, or search contents of the logs themselves?
Aug 31, 2016 (modified Aug 31, 2016)
•
#2