I have recently updated wrangler in my codebase from old 4.16.0 to 4.37.0 and now I am facing an annoying issue with my debug level logs fully disappeared and I genuinely think introducing it was a bad idea
I have a custom logger in my Hono application which uses env to decide the log level
But when adding that flag, I am seeing not only app debug logs but wrangler ones as well, moreover, I can't control log level from my app config anymore AND I can't control each individual worker log level anymore
And specifying WRANGLER_LOG=info with --log-level=debug doesn't turn off wrangler excessive logs while keeping my workers logs at debug level