Nginx将日志写入错误的文件

我正在使用nginx来生产和开发环境。

我已经正确地configuration了虚拟主机,每个虚拟主机将日志写入单独的文件。

但在我的情况下,我在生产日志中看到几行显示开发环境错误数据。

我重新检查configuration,一切看起来不错。

这是一个来自nginx的已知错误。

编辑

root @ web01:/ var / www / production#tail -n -20 /var/log/nginx/production-mobile-error.log

[06-Jan-2014 10:42:37 UTC] PHP Notice: Undefined variable: duplicateProductId in /var/www/production-srikanth-dev/Controller.php on line 619 

root @ web01:/ etc / nginx / sites-enabled#grep -ri'production-mobile-error'*

 default.production-mobile: error_log /var/log/nginx/production-mobile-error.log error; default.production-mobile: error_log /var/log/nginx/production-mobile-error.log error;