diff --git a/prod/php/ElasticOTel/PhpPartFacade.php b/prod/php/ElasticOTel/PhpPartFacade.php index 0e3b670..69c64a1 100644 --- a/prod/php/ElasticOTel/PhpPartFacade.php +++ b/prod/php/ElasticOTel/PhpPartFacade.php @@ -114,7 +114,7 @@ private static function setElasticOTelVersion(string $nativePartVersion): void if ($nativePartVersion === $phpPartVersion) { self::$elasticOTelVersion = $nativePartVersion; } else { - BootstrapStageLogger::logDebug( + BootstrapStageLogger::logWarning( 'Native part and PHP part versions do not match' . "; nativePartVersion: $nativePartVersion" . "; phpPartVersion: $phpPartVersion", __FILE__, __LINE__, __CLASS__, __FUNCTION__ );