Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 9881110

Browse files
committed
Merge pull request MeetMe#223 from gthb/patch-4
Clarify log message and demote to INFO
2 parents 27d864f + cecbd66 commit 9881110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic_plugin_agent/plugins/memcached.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def process_data(self, data):
130130
# Back fill any missed data
131131
for key in self.KEYS:
132132
if key not in values:
133-
LOGGER.warning('Populating missing element: %s', key)
133+
LOGGER.info('Populating missing element with 0: %s', key)
134134
values[key] = 0
135135

136136
# Return the values dict

0 commit comments

Comments
 (0)