You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vwo/enums/log_message_enum.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ class INFO_MESSAGES:
67
67
GOT_STORED_VARIATION="({file}): [API_NAME] Got stored variation:{variation_name} of campaign_key:{campaign_key} for user_id:{user_id} from UserStorage"
68
68
NO_VARIATION_ALLOCATED="({file}): [API_NAME] user_id:{user_id} of campaign_key:{campaign_key} type: {campaign_type} did not get any variation"
69
69
USER_ELIGIBILITY_FOR_CAMPAIGN="({file}): [API_NAME] Is user_id:{user_id} part of campaign? {is_user_part}"
70
-
GOT_VARIATION_FOR_USER="({file}): [API_NAME] user_id:{user_id} for campaign_key:{campaign_key} type: {campaign_type} got variation_name:{variation_name}"
70
+
GOT_VARIATION_FOR_USER="({file}): [API_NAME] user_id:{user_id} for campaign_key:{campaign_key} type: {campaign_type} {variation_status}"
71
71
USER_GOT_NO_VARIATION="({file}): [API_NAME] user_id:{user_id} for campaign_key:{campaign_key} type: {campaign_type} did not allot any variation"
72
72
IMPRESSION_SUCCESS="({file}): [API_NAME] Impression event - {end_point} was successfully received by VWO"
73
73
IMPRESSION_SUCCESS_QUEUE="({file}): [API_NAME] Impression event - {end_point} was successfully pushed in queue, current queue length : {queue_length}, queue summary: {queue_metadata}"
@@ -89,7 +89,7 @@ class INFO_MESSAGES:
89
89
90
90
VARIABLE_FOUND="({file}): [API_NAME] Value for variable:{variable_key} of campaign_key:{campaign_key} and campaign type: {campaign_type} is:{variable_value} for user:{user_id}"
91
91
92
-
SEGMENTATION_STATUS="({file}): [API_NAME] user_id:{user_id} of campaign_key:{campaign_key} with variables: {variables} {status} {segmentation_type} {variation_status}"
92
+
SEGMENTATION_STATUS="({file}): [API_NAME] user_id:{user_id} of campaign_key:{campaign_key} type: {campaign_type} with variables: {variables} {status} {segmentation_type} {variation_status}"
93
93
94
94
GOAL_ALREADY_TRACKED="({file}): [API_NAME] Goal:{goal_identifier} of Campaign:{campaign_key} for User ID:{user_id} has already been tracked earlier. Skipping now."
95
95
USER_ALREADY_TRACKED="({file}): [API_NAME] User ID:{user_id} for Campaign:{campaign_key} has already been tracked earlier for '{api_method}' API. Skipping now"
0 commit comments