Hi guys,
My problem is that i would like to monitor few files in one directory, <D:\logs>, every name starts with data like <2020-11-19_app.log> and app creates new file everyday.
Im trying to use logrt but i cant solve this problem.
im trying with something like this, i checked regex101 and it should find this file,
logrt["D:/.*.log","error"]
Please help me and thank you
Do you have any idea how i could check logs for errors, warns etc but not with .*.log? any idea how i could connect data with file name?
for example today i would like to scan only files which starts with 2020-11-19
My problem is that i would like to monitor few files in one directory, <D:\logs>, every name starts with data like <2020-11-19_app.log> and app creates new file everyday.
Im trying to use logrt but i cant solve this problem.
im trying with something like this, i checked regex101 and it should find this file,
logrt["D:/.*.log","error"]
Please help me and thank you
Do you have any idea how i could check logs for errors, warns etc but not with .*.log? any idea how i could connect data with file name?
for example today i would like to scan only files which starts with 2020-11-19
one missing s in path..
Comment