[racket] "file dependency: ..." log messages with PLTSTDERR=info

From: Greg Hendershott (greghendershott at gmail.com)
Date: Wed Feb 13 14:02:21 EST 2013

Yes. If you mean that more of Racket itself (such as cm) should use
define-logger, I think you have a good point.

There are things like GC that have been using the global logger
"forever". Maybe changing those would be too difficult. Or perhaps
(although it's harder for me to imagine) changing those could break
something that expects the old behavior (??).

But very recently added log messages probably wouldn't fall into that
category, and could/should use their own logger.

On Wed, Feb 13, 2013 at 11:06 AM, Tony Garnock-Jones <tonyg at ccs.neu.edu> wrote:
> On 02/13/2013 08:47 AM, Greg Hendershott wrote:
>>
>> 5.3.2 lets you use a new `define-logger' form to define a named
>> logger, and change the log-xxx calls to use that logger instead of the
>> main/default one.
>
>
> Understood, and that's a tenable workaround - but should these "file
> dependency" messages be appearing at the toplevel logger at all?
>
> Tony

Posted on the users mailing list.