[plt-scheme] Possible bug in the --syslog argument?
Hi all,
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:
$ mzscheme --syslog info
Welcome to MzScheme v4.0.2.5 [3m], Copyright (c) 2004-2008 PLT
Scheme Inc.
> (log-info "X") ; should print "X"
> (log-warning "X") ; should print "X"
> (log-error "X") ; should print "X"
X
> ^D
.....
$ mzscheme --syslog fatal
Welcome to MzScheme v4.0.2.5 [3m], Copyright (c) 2004-2008 PLT
Scheme Inc.
> (log-error "X") ; should not print "X"
X
> ^D
Many thanks,
-- Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080729/a123d333/attachment.html>