Hi Experts,
We are using SAP NW Java 7.3 application server. I want to view a daily log report which can show the user's login information i.e. LOGIN OK or LOGIN Failed.
I can see the logs via Log Viewer and default.trc file. But I am facing following issue:
1 While viweing logs via Log Viewer, I can filter and view logs for the day and download it in a file. But there is no mechanism or background job which can actually filter the content of the log everyday and prepare a file automatically. We wish to use the login information present in the files for further processing
2. Default.trc provides cumulative logs. So it's difficult to process such a big file everyday. As the number of days pass, the file size would grow and make processing of data impossible.
Please advise if a background job or configuration can be done so that a daily log file with log in information can be generated on the server. We'll pick the file from the server and send it for further processing.
Thanks,
Anuj