Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-30 Thread Avi
Its working fine now. We have changed from thin to nginx + passenger. Thanks for helping. On Wednesday, January 29, 2014 9:41:45 PM UTC+5:30, Hassan Schroeder wrote: > > On Wed, Jan 29, 2014 at 6:55 AM, Avi > > wrote: > > > I am using "Thin server" in production. > > Ruby - 1.9.3 > > Rails -

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Hassan Schroeder
On Wed, Jan 29, 2014 at 6:55 AM, Avi wrote: > I am using "Thin server" in production. > Ruby - 1.9.3 > Rails - 3.2.8 There's a known similar problem with Puma that I ran into -- see this support entry: https://docs.newrelic.com/docs/ruby/puma#daemonizing WAG: I don't use Thin but you might try

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread tamouse pontiki
Is the log/production.log not showing anything? On Wed, Jan 29, 2014 at 8:55 AM, Avi wrote: > Hello, > > I am using "Thin server" in production. > Ruby - 1.9.3 > Rails - 3.2.8 > > If I run in only production mode, then it starts logging. it is not > working in rails s -e production -d mode. >

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Avi
Hello, I am using "Thin server" in production. Ruby - 1.9.3 Rails - 3.2.8 If I run in only production mode, then it starts logging. it is not working in rails s -e production -d mode. Nothing on startup. On Wednesday, January 29, 2014 8:18:29 PM UTC+5:30, Hassan Schroeder wrote: > > On Wed, J

Re: [Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Hassan Schroeder
On Wed, Jan 29, 2014 at 6:30 AM, Avi wrote: > I have integrated Newrelic with my rails application. > It is working fine in "rails s -e production" mode, but not in "rails s -e > production -d" mode. > > How can I fix the problem? Have you checked NewRelic support? What server are you running?

[Rails] Newrelic doesn't log in daemon mode

2014-01-29 Thread Avi
Hello All, I have integrated Newrelic with my rails application. It is working fine in "rails s -e production" mode, but not in "rails s -e production -d" mode. How can I fix the problem? Thanks, Avi -- You received this message because you are subscribed to the Google Groups "Ruby on Rails