Skip to content

Commit

Permalink
Debug log level for data sent to Graphite
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Nov 4, 2015
1 parent ab755f5 commit e8915d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def send_packet(self, packet):

try:
self.con.sendall(packet)
logger.info("[Graphite] Data sent to Carbon: \n%s", packet)
logger.debug("[Graphite] Data sent to Carbon: \n%s", packet)
except IOError:
logger.warning("[Graphite] Failed sending data to the Graphite Carbon instance !"
" Storing data in module cache ... ")
Expand Down

0 comments on commit e8915d4

Please sign in to comment.