question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

too many heart beat logs

See original GitHub issue
   def _on_heartbeat(self, conn):
        logger.info('[%s:%s] received heartbeat' % (conn.id, self.name))
        self.heartbeat(conn)

This produces too many logs. Set the log level to debug?

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ploxilncommented, Jun 26, 2018

This works for me:

logging.getLogger('nsq').setLevel(logging.WARNING)
0reactions
doron2402commented, Jun 26, 2018

thanks @ploxiln

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tachycardia - Symptoms and causes - Mayo Clinic
Tachycardia (tak-ih-KAHR-dee-uh) is the medical term for a heart rate over 100 beats a minute. Many types of irregular heart rhythms ...
Read more >
Arrhythmia: Symptoms, Types, Causes, Diagnosis ... - WebMD
It may feel like your heart skipped a beat, added a beat, or is "fluttering." It might feel like it's beating too fast...
Read more >
4 reasons behind an irregular heartbeat - Geisinger
A PVC happens when the heart beats too early, which causes a stronger second beat. This causes a fluttering or pounding sensation in...
Read more >
Heart Rhythms: What's Normal Versus Cause for Concern?
A change in medication, or an interaction between medications, can trigger a temporarily abnormal heartbeat—another reason to always share medication and ...
Read more >
Heart Palpitations - Penn Medicine
Beyond a Skipped Beat: Heart Arrhythmias ... Your heart supplies blood for your entire body, so it's directly connected to many other organs....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found