8

My team is continuously getting New Relic log messages on our heroku console. This highly annoying and causes issues when your working on a longer command, and a batch of new relic log messages prints out over your command.

Anyone else have this? Any direction on how to remedy?

jfeust
  • 845
  • 1
  • 9
  • 19
  • i have also seen these logging messages ... they have start appearing after getting upgrade the heroku cli version. Well i think you should add a ticket to heroku to make them turn off .... but as the one-off-process associate gets charged so its the default behavior so hopefully they will provide some option to hide them on one-off-process. – Gul Mar 07 '12 at 18:47

1 Answers1

8

Check your log level setting in your newrelic.yml config file. The log level can be altered the same as any other logging (fatal, warning, debug etc)

Neil Middleton
  • 22,105
  • 18
  • 80
  • 134