Hi guys,
I want to read logs from my application so i uses below item for that.
Its works great.
logs format like this appLog_1_ddMMMyyyy-hhmmss.log so each day its generate new log file and every time service restart its create new log file.
so my question is that how do i monitor logs for services.
I want to read logs from my application so i uses below item for that.
Code:
logrt[D:\Bin\Service\Server-Logs\appLog_1_21Feb2018-093016.log,,,,,,]
logs format like this appLog_1_ddMMMyyyy-hhmmss.log so each day its generate new log file and every time service restart its create new log file.
so my question is that how do i monitor logs for services.
Comment