All logs not showing up in the log file

Hi!
I run an Asterisk 20 instance and I am trying to debug six SIP calls that happens in turn but when I turn on the PJSIP debug it only logs the first 2 calls then stops logging. Is this some sort of configuration error or is it simply that it hardware cannot keep up with the logging? If I turn of debug it works as intended but I want to see the SDP and SIP packages if possible

Logger.conf
[logfiles]
console => notice,warning,error
full.log => debug,notice,warning,error,verbose,dtmf,fax,security
sip.log => notice,warning,error,dtmf,verbose

pjsip.conf
[global]
debug = yes

asterisk.conf
[options]
verbose = 3
debug = 4

Thank you!

Stops logging what exactly. All log messages?

Yes, no more log messages, debug,verbose, nothing, can be seen after two calls in the log files. The call all go through but for some reason it does not log it all. For example I only see that my dial plan has been logged twice but outside of Asterisk I have verified that at least four calls go through.