<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div><div>I'm not sure if I'm doing this wrong or if the --syslog argument is being ignored. The comments below describe what I expect to happen, and they don't always match the actual outcome:</div><div><br></div><div><div><font class="Apple-style-span" face="Monaco"> $ mzscheme --syslog info</font></div><div><font class="Apple-style-span" face="Monaco"> Welcome to MzScheme v4.0.2.5 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.</font></div><div><font class="Apple-style-span" face="Monaco"> > (log-info "X") ; should print "X"</font></div><div><font class="Apple-style-span" face="Monaco"> > (log-warning "X") ; should print "X"</font></div><div><font class="Apple-style-span" face="Monaco"> > (log-error "X") ; should print "X"</font></div><div><font class="Apple-style-span" face="Monaco"> X</font></div><div><font class="Apple-style-span" face="Monaco"> > ^D</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco"> .....</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco"> $ mzscheme --syslog fatal</font></div><div><font class="Apple-style-span" face="Monaco"> Welcome to MzScheme v4.0.2.5 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.</font></div><div><font class="Apple-style-span" face="Monaco"> > (log-error "X") ; should not print "X"</font></div><div><font class="Apple-style-span" face="Monaco"> X</font></div><div><font class="Apple-style-span" face="Monaco"> > ^D</font></div><div><br></div><div>Many thanks,</div><div><br></div><div>-- Dave</div><div><br></div></div></div></body></html>