Distributing a Merb application as a Gem
François Beausoleil
francois at teksol.info
Thu Dec 13 11:55:54 EST 2007
Hi all,
I will distribute a Merb application as a gem. All the pieces are in
place, except one: when daemonizing, the PID files are put in the
default log/ location, instead of the place I defined.
I looked through the code, and it seems possible to change the location
of the log files, but the paths are hard-coded. I would have to
abstract these away.
Am I approaching this the right way, or should I look into another way ?
Thanks !
François
More information about the Merb-devel
mailing list