[Backgroundrb-devel] logging problem in production
Bill Walton
bill.walton at charter.net
Sat Feb 3 13:33:05 EST 2007
An update:
I have changed every reference I could find from 'development' to 'production'. I've also changed all references to 'localhost' to '127.0.0.1' as the support folks told me that using localhost in database.yml could cause me problems with MySQL. When I say all, I mean all. That includes the default settings in the start script. And BackgrounDRb is still logging the database selects being performed in the worker to the development.log file instead of production.log.
Anybody?
Thanks much in advance,
Bill
----- Original Message -----
From: Bill Walton
To: BackgroundRb
Sent: Friday, February 02, 2007 5:34 PM
Subject: [Backgroundrb-devel] logging problem in production
Greetings all;
I've just moved my app into production and BackgrounDRb is writing to development.log. The backgroundrb.yml file specifies production, as does environment.rb.
A little background (no pun intended ;-0 ) I'm using the 'old' version of backgroundrb for session management. In the app, whenever a visitor changes pages I record the time in a db record. In the worker, once a second, I'm doing a find for that record. Backgroundrb is logging that find in development.log, not in production.log as I expected.
Anybody got any idea what I've done wrong?
Thanks!
Bill
------------------------------------------------------------------------------
_______________________________________________
Backgroundrb-devel mailing list
Backgroundrb-devel at rubyforge.org
http://rubyforge.org/mailman/listinfo/backgroundrb-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070203/57559fe6/attachment-0001.html
More information about the Backgroundrb-devel
mailing list