Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heroku Console and New Relic (cedar stack)

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?

like image 261
jfeust Avatar asked Mar 07 '12 17:03

jfeust


1 Answers

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)

like image 147
Neil Middleton Avatar answered Nov 12 '22 09:11

Neil Middleton