Skip to content

Commit

Permalink
Changed log level for versions mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKleyman committed Sep 13, 2024
1 parent fbc65f9 commit 20ec081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod/php/ElasticOTel/PhpPartFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__
);
Expand Down

0 comments on commit 20ec081

Please sign in to comment.