<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">&nbsp;&nbsp; &nbsp;$ mzscheme --syslog info</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;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">&nbsp;&nbsp; &nbsp;> (log-info "X") &nbsp; &nbsp;; should print "X"</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;> (log-warning "X") ; should print "X"</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;> (log-error "X") &nbsp; ; should print "X"</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;X</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;> ^D</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;.....</font></div><div><font class="Apple-style-span" face="Monaco"><br></font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;$ mzscheme --syslog fatal</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;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">&nbsp;&nbsp; &nbsp;> (log-error "X") &nbsp; ; should not print "X"</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;X</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp; &nbsp;> ^D</font></div><div><br></div><div>Many thanks,</div><div><br></div><div>-- Dave</div><div><br></div></div></div></body></html>