We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7df4ae commit a4b352bCopy full SHA for a4b352b
newrelic/core/data_collector.py
@@ -167,7 +167,7 @@ def get_log_events_common_block(self):
167
custom_attributes = {}
168
for attr_name, attr_value in self.configuration.application_logging.forwarding.custom_attributes:
169
if len(custom_attributes) >= MAX_NUM_USER_ATTRIBUTES:
170
- _logger.debug("Maximum number of custom attributes already added. Dropping attribute: %r=%r", attr_name, value)
+ _logger.debug("Maximum number of custom attributes already added. Dropping attribute: %r=%r", attr_name, attr_value)
171
break
172
173
key, val = process_user_attribute(attr_name, attr_value)
0 commit comments