Console.log in Deploy Logs

Ah, I think that what you describe coincides with this change: New CI=true build configuration, "Treating warnings as errors because process.env.CI = true". Nuxt may be changing its logging based on the env var CI. If you want the old behavior, can you try adding the env var CI=true in your site’s build settings? Let me know if that helps.