On Jan 20, 2003 at 02:00, Daniel Perez <dperez(a)fit-mex.com> wrote:
Is there any way to change the defaul log file to a special SER.log file ?????
Try logging to stderr and redirecting it to a file:
ser -E 2>/tmp/ser.log
(by default ser logs to syslog)
Andrei