This commit is contained in:
Joey Kimsey
2024-08-10 14:15:17 -04:00
parent 289f35cf6b
commit c81d20f018

View File

@ -227,7 +227,7 @@ class Canary {
return;
}
if ( strlen( self::$debugLog ) > 50000 ) {
self::$tempusDebugger->log( 'Error log too large, possible loop.' );
self::$tempusLogger->addLog( 'log', 'Error log too large, possible loop.' );
return;
}
if ( is_object( $data ) ) {