From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Jeremy Palmer" <palmerj(at)xtra(dot)co(dot)nz>, <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: init script for redhat |
Date: | 2006-06-15 12:08:30 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E401388987@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
> -----Original Message-----
> From: Jeremy Palmer [mailto:palmerj(at)xtra(dot)co(dot)nz]
> Sent: 15 June 2006 12:59
> To: Dave Page; pgadmin-support(at)postgresql(dot)org
> Subject: RE: [pgadmin-support] init script for redhat
>
> Hi Dave,
>
> Attached is a patch that allows pgagent to immediately log
> messages to file.
> I have tentatively changed the cmd line switch for logging
> verbosity to "-s"
> so "-l" can be used for the log file specification. I felt
> that this was
> more intuitive.
>
> If the patch is accepted, then a small change to the init
> script will need
> to be made to accommodate the file logging...
Hi Jeremy,
Looks good - just a couple of points...
- Strings that are candidates for translation (when added to pgAgent)
should be wrapped in the _() macro, not wxT(); for example, your 'cannot
open the logfile' string.
- Changing the command line options is unnacceptable except in extreme
cases because it can easily confuse people when upgrading, expecially if
they miss the change. Please use -l for the loglevel as per current
releases and choose another letter for the logfile.
Thanks, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | Jeremy Palmer | 2006-06-15 12:20:12 | Re: init script for redhat |
Previous Message | Jeremy Palmer | 2006-06-15 11:58:58 | Re: init script for redhat |