WEBrick Logging

When I’m developing a Rails app, I start the WEBrick server in one
terminal:

$ ./script/server

Then I tail -f the development.log in another terminal window:

$ tail -f log/development.log

Is there a way to get what’s in the development.log to output to
WEBrick’s console?

Thanks,

-scott