Ticket #372 (closed enhancement: duplicate)

Opened 1 year ago

Last modified 10 months ago

[PATCH] Fix config to put PID and LOG files anywhere

Reported by: franco..@teksol.info Assigned to:
Priority: medium Milestone: The Future
Component: Merb Keywords:
Cc:

Description

As discussed in Distributing a Merb application as a Gem, this patch adds configuration options to set the pid and log file paths. This is against r1126.

...
    -m, --merb-root MERB_ROOT        The path to the MERB_ROOT for the app you want to run (default is current working dir).
    -P, --pid-file PID_FILE          The path to the pid file.  __PORT__ will be replaced with the port (default is current working dir + 'pid/merb.__PORT__.pid').
    -L, --log-file LOG_FILE          The path to the log file.  __PORT__ will be replaced with the port (default is current working dir + 'log/merb.__PORT__.log').
...

Attachments

merb-log-pid.patch (3.8 kB) - added by franco..@teksol.info on 12/19/07 11:07:20.

Change History

12/19/07 11:07:20 changed by franco..@teksol.info

  • attachment merb-log-pid.patch added.

02/11/08 12:45:29 changed by shayarne..@gmail.com

  • status changed from new to closed.
  • resolution set to duplicate.