You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in #1294 that the console behavior had changed.
OS
This is on macOS, and I have not tested the behavior yet on Linux.
Description
Previously, when I did a console.log it would show up in stderr (explicitly mentioning that this did NOT output to stdout to avoid confusion).
Now, when I do a console.log, it does not show up at all, even with --verbose flag, and does not show up in stdout at all.
If I change this to console.error, it will show up in the stderr as it did before.
Questions for debug
Is this intended behaviour? If it should be showing up in stdout, let me know and I'll debug on my side as my usage of workerd could be the issue in this case as I do have an "odd" way to run workerd.
Should it now be showing up in stdout, or is there a different way intended way to handle logs now?
The text was updated successfully, but these errors were encountered:
Hey! π There were a few issues with #1294 that have been fixed in #1343. We're going to do another release today, that hopefully will resolve the issues you're seeing.
Starting with version v1.20231023.0.
I noticed in #1294 that the console behavior had changed.
OS
This is on macOS, and I have not tested the behavior yet on Linux.
Description
Previously, when I did a console.log it would show up in stderr (explicitly mentioning that this did NOT output to stdout to avoid confusion).
Now, when I do a console.log, it does not show up at all, even with --verbose flag, and does not show up in stdout at all.
If I change this to console.error, it will show up in the stderr as it did before.
Questions for debug
Is this intended behaviour? If it should be showing up in stdout, let me know and I'll debug on my side as my usage of workerd could be the issue in this case as I do have an "odd" way to run workerd.
Should it now be showing up in stdout, or is there a different way intended way to handle logs now?
The text was updated successfully, but these errors were encountered: