Effect.log Not Printing in Effect HTTP Application

When I run my Effect HTTP application, it logs the first line saying "listening to port 3000" basically. However, no other log statements get printed from my effects. I am just doing Effect.log("something") and it doesn't get printed. What could the reason be?
Was this page helpful?