Asterisk logging system

Please kindly advise, is there a better way i can organize my sip logs, i handle lots of calls and due to that my logs are way to mixed up. This is the only setting i have so far:

/etc/aster/logger.conf
[general]

[logfiles]
console => notice,warning,error,verbose,debug
messages => notice,warning,error,verbose,debug

so my messages are a mixture of my diaplan execution statements and the sip messages. Is there a way to separate the 2, i’m interested in SIP messages. Or is there any other way you might suggest to minimize the pain of going through over 1gig message file per day.

Thanks

Hello, you can Homer project with sngrep or asterisk sip_capture module.it is awesome
https://github.com/sipcapture/homer

Thanks, i have read about it, its a very good solution and does what i need .