我正在尝试运行时遇到此错误
我的Django项目python manage.py runserver
,
newrelic.api.exceptions.ConfigurationError: Configuration has already been done against differing configuration file or environment. Prior configuration file used was "/home/project/newrelic.ini" and environment "staging".'
这是什么意思?怎么接近它?
答案 0 :(得分:1)
您刚刚设置了New Relic吗?
我认为这是您的 procfile 的问题。您最有可能编辑过的。
你的proc文件应该看起来像这样,取决于你的wsgi。
web: newrelic-admin run-program gunicorn hello.wsgi --log-file -