Re: Rsync doesn't log properly when in standalone daemon mode

2004-03-26 Thread Wayne Davison
On Fri, Mar 26, 2004 at 01:32:14PM -0800, Joseph Tam wrote: > I was under the impression that "[global]" sets up the defaults, which > all the other modules inherit, if they don't specify something else. The global defaults are those that occur outside all module sections. Just to be clear, I mean

Re: Rsync doesn't log properly when in standalone daemon mode

2004-03-26 Thread Joseph Tam
On Fri, 26 Mar 2004, Wayne Davison wrote: > On Fri, Mar 26, 2004 at 01:17:27AM -0800, Joseph Tam wrote: > > [global] > > transfer logging= false > > syslog facility = uucp > > If you get rid of the [global] heading and just put those items at the > start of the file, it

Re: Rsync doesn't log properly when in standalone daemon mode

2004-03-26 Thread Wayne Davison
On Fri, Mar 26, 2004 at 01:17:27AM -0800, Joseph Tam wrote: > [global] > transfer logging= false > syslog facility = uucp If you get rid of the [global] heading and just put those items at the start of the file, it should work: [...] transfer logging= false syslo