logger ouput not working when other servers running

Whenever I start script/console first, and then follow by script/server, I can't see script/server output anymore. I have a command that does logger.debug(<explain sql>) and I cant see it when there is another ruby process that started running before it. Its like it steals the logger output, only I don't see it there either.

Has anyone experienced anything like this?