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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
I found it confusing that cloudworker doesn't log anything to the console (even if an error is thrown) unless the -d flag is added. Shouldn't this be the default behavior? (and perhaps a flag to supress output instead?)
The text was updated successfully, but these errors were encountered:
I dunno, I kinda like the default behavior — you don't get access to stdout/stderr in your Cloudflare workers either, so you'll want to have proper error handling in place to return 500s on unexpected errors and probably some kind of third-party logging solution.
I suppose I don't have a strong opinion about -d being the default as long as there's also some flavor of --no-debug available to emulate CF's behavior.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found it confusing that cloudworker doesn't log anything to the console (even if an error is thrown) unless the
-d
flag is added. Shouldn't this be the default behavior? (and perhaps a flag to supress output instead?)The text was updated successfully, but these errors were encountered: