Hi, how can I actively try to debug my app by printing to fly logs?
Logs need to go to stdout
and stderr
. Alternatively, you can run logs in flyctl with LOG_LEVEL=debug
to further investigate any issues you may be experiencing in your app
Hi, how can I actively try to debug my app by printing to fly logs?
Logs need to go to stdout
and stderr
. Alternatively, you can run logs in flyctl with LOG_LEVEL=debug
to further investigate any issues you may be experiencing in your app