dave selby wrote: > I was trying to get logging to report to Syslog, that failed so I > changed it to write to a file 'python.log' . When I execute my test > script 'python.log' appears but contains no messages and no error > messages are generated. > > Anybody any ideas as to what I am doing wrong ?
The root logger is still logging only to Syslog. What if you make the root logger just output to hand02? You might try cutting your config down to just the root logger and file handler, get that working, then expand. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor