Log_Parser.brg is a tool that our Services folks use to read the various logs across the system. You might be able to use this as a starting point for log processing.
We also recommend that you modify the startup script to specify a new dated log file each time the server is started. This is to be used inside your startup script (assuming you have put one together to start up LAE):
export p_ls_brain_server_logfile=server.${PORT}.date +%Y%m%d.log.
Additionally, on Linux, there is a program named "logrotate" that you may be able to use, but a Linux expert would need to be consulted.
Comments
0 comments
Please sign in to leave a comment.