Suitecrm Log Backtrace

Hi, I’m new to the forums, hope I’m posting under the right section.

I’d like to know is it possible that when there’s a fail in the database and a backtrace is logged, could I limit how many lines it shows up on the suitecrm.log or have certain lines not show up at all?

Recently my database failed because I was migrating it and I came across this in my log


#6 /var/www/html/suitecrm/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php(107): User->retrieve_user_id('username_here')
#7 /var/www/html/suitecrm/modules/Users/authentication/AuthenticationController.php(136): SugarAuthenticate->loginAuthenticate('username_here', 'password_here', false, Array)
#8 /var/www/html/suitecrm/modules/Users/Authenticate.php(57): AuthenticationController->login('username_here', 'password_here')

so to recap, I’d like to either limit the backtrace to only like first 2-3 lines, or remove any line from the log that would be coming from these Authenticate php files or if none of that is possible, to disable backtrace. Is this possible?

Thank you in advanced,
Pedro